We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9062bd3 commit 1526d9aCopy full SHA for 1526d9a
package.json
@@ -22,7 +22,7 @@
22
"release": "standard-version",
23
"test": "cypress run",
24
"test:open": "cypress open",
25
- "projectPublish": "git push --follow-tags origin master && npm publish --access public"
+ "projectPublish": "git push --follow-tags origin master && npm run build && npm publish --access public"
26
},
27
"repository": {
28
"type": "git",
0 commit comments