We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea6442 commit d364c5dCopy full SHA for d364c5d
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Publish to NPM
22
run: |
23
npm install
24
- npm run publish
+ npm run release
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27
package.json
@@ -19,7 +19,7 @@
19
"lint:fix": "eslint src/**/*.ts --fix",
20
"format": "prettier --write .",
"prepare": "npm run build",
- "publish": "npm run build && npm publish"
+ "release": "npm run build && npm publish"
},
"license": "ISC",
"dependencies": {
0 commit comments