Skip to content

Commit 5e26203

Browse files
authored
Merge branch 'main' into clean-up-register-tests
2 parents b3232a6 + f0e9761 commit 5e26203

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- run: npm version ${TAG_NAME} --git-tag-version=false
2020
env:
2121
TAG_NAME: ${{ github.event.release.tag_name }}
22-
- run: npm whoami; npm --ignore-scripts publish
22+
- run: npm whoami; npm publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build:docs": "cd docs && JEKYLL_ENV=production bundle exec jekyll build",
2828
"clean": "tsc --build --clean",
2929
"lint": "eslint . --ignore-path .gitignore",
30-
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
30+
"prepack": "npm run build",
3131
"presize": "npm run build",
3232
"size": "size-limit",
3333
"test": "web-test-runner test/* --node-resolve"

0 commit comments

Comments
 (0)