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 f218501 commit 2021d15Copy full SHA for 2021d15
package.json
@@ -23,7 +23,7 @@
23
"test:unit": "jest",
24
"test:e2e": "node_modules/.bin/cypress run --headless",
25
"test:e2e:open": "node_modules/.bin/cypress open ",
26
- "project:publish": "git push --follow-tags origin master && npm run build && npm publish --access public"
+ "project:publish": "git push --tags origin master && npm run build && npm publish --access public"
27
},
28
"repository": {
29
"type": "git",
0 commit comments