Skip to content

Commit b5a60c6

Browse files
committed
Fix broken deploy:ci script
1 parent 028e825 commit b5a60c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint:ci": "yarn lint",
1313
"prepare": "husky install",
1414
"deploy": "npm publish --access public",
15-
"deploy:ci": "yarn publish",
15+
"deploy:ci": "yarn deploy",
1616
"test": "yarn tsc -p tsconfig.test.json",
1717
"test:ci": "yarn test"
1818
},

0 commit comments

Comments
 (0)