Skip to content

Commit 53d13b6

Browse files
author
Dev Agent Amelia
committed
ci: skip prepublishOnly on CI (dist/ is pre-built and committed)
1 parent 9a3ed0c commit 53d13b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
jq --arg v "$VERSION" '.version = $v | .packages[0].version = $v' server.json > server.tmp && mv server.tmp server.json
3737
3838
- name: Publish to npm
39-
run: npm publish --access public --provenance
39+
run: npm publish --access public --provenance --ignore-scripts
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4242

0 commit comments

Comments
 (0)