Skip to content

Commit f0e9761

Browse files
authored
Do not ignore scripts on publish
1 parent 6baaeee commit f0e9761

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
cache: npm
1717
- run: npm ci
1818
- run: npm test
19-
- run: npm build
2019
- run: npm version ${TAG_NAME} --git-tag-version=false
2120
env:
2221
TAG_NAME: ${{ github.event.release.tag_name }}
23-
- run: npm whoami; npm --ignore-scripts publish
22+
- run: npm whoami; npm publish
2423
env:
2524
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)