We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815e77f commit 815c31dCopy full SHA for 815c31d
2 files changed
.github/workflows/publish-cli.yml
@@ -12,6 +12,7 @@ jobs:
12
with:
13
node-version: '16.x'
14
registry-url: 'https://registry.npmjs.org'
15
+ - run: cd cli
16
- run: yarn ci
17
- run: yarn build
18
- run: yarn publish
cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "noclify",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"main": "dist/index.js",
5
"bin": {
6
"noclify": "dist/index.js"
0 commit comments