Skip to content

Commit 540618a

Browse files
committed
fix(npm): fix publish script to publish instead of pack
1 parent 534a6f6 commit 540618a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
npm run build
2-
npm pack dist
2+
npm publish dist

0 commit comments

Comments
 (0)