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 2472134 commit d82c4efCopy full SHA for d82c4ef
.github/workflows/npm-publish.yml
@@ -28,6 +28,7 @@ jobs:
28
node-version: 16
29
registry-url: https://registry.npmjs.org/
30
- run: yarn install
31
- - run: npm publish
+ - run: yarn build
32
+ - run: yarn publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "changetags",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"packageManager": "yarn@3.2.0",
5
"repository": {
6
"type": "git",
@@ -11,7 +11,6 @@
11
"module": "dist/module.js",
12
"scripts": {
13
"build": "parcel build",
14
- "prepublish": "yarn build",
15
"test": "jest test/*",
16
"prettier": "prettier --write --ignore-unknown ."
17
},
0 commit comments