We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ce717 commit 907ca34Copy full SHA for 907ca34
package.json
@@ -22,7 +22,7 @@
22
"test:unit": "jest",
23
"test:e2e": "node_modules/.bin/cypress run --headless",
24
"test:e2e:open": "node_modules/.bin/cypress open ",
25
- "project:publish": "git push --follow-tags origin master && npm publish --access public"
+ "project:publish": "git push --follow-tags origin master && npm run build && npm publish --access public"
26
},
27
"repository": {
28
"type": "git",
0 commit comments