Skip to content

Commit 7a7654a

Browse files
committed
chore(ci): skip prepack during npm publish to avoid double build
1 parent 1230b5a commit 7a7654a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
135135
- name: Publish to npm
136136
if: steps.version.outputs.bump == 'true'
137-
run: npm publish --provenance --access public
137+
run: npm publish --provenance --access public --ignore-scripts
138138

139139
- name: Generate release notes
140140
if: steps.version.outputs.bump == 'true'

0 commit comments

Comments
 (0)