We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095fc18 commit bfcbc61Copy full SHA for bfcbc61
package.json
@@ -21,7 +21,7 @@
21
"test:unit": "jest",
22
"test:e2e": "node_modules/.bin/cypress run --headless",
23
"test:e2e:open": "node_modules/.bin/cypress open ",
24
- "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"
25
},
26
"repository": {
27
"type": "git",
0 commit comments