We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3232a6 + f0e9761 commit 5e26203Copy full SHA for 5e26203
2 files changed
.github/workflows/publish.yml
@@ -19,6 +19,6 @@ jobs:
19
- run: npm version ${TAG_NAME} --git-tag-version=false
20
env:
21
TAG_NAME: ${{ github.event.release.tag_name }}
22
- - run: npm whoami; npm --ignore-scripts publish
+ - run: npm whoami; npm publish
23
24
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -27,7 +27,7 @@
27
"build:docs": "cd docs && JEKYLL_ENV=production bundle exec jekyll build",
28
"clean": "tsc --build --clean",
29
"lint": "eslint . --ignore-path .gitignore",
30
- "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
+ "prepack": "npm run build",
31
"presize": "npm run build",
32
"size": "size-limit",
33
"test": "web-test-runner test/* --node-resolve"
0 commit comments