Skip to content

Commit 380dc44

Browse files
committed
chore(publish): make npm publish only run if build succeeded
1 parent 1a1ceb9 commit 380dc44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

publish.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
npm run build_npm
2-
npm publish dist
1+
npm run build_npm && npm publish dist

0 commit comments

Comments
 (0)