We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3973040 commit 231bae6Copy full SHA for 231bae6
package.json
@@ -9,7 +9,7 @@
9
"release": "standard-version",
10
"test": "node_modules/.bin/cypress run",
11
"test:open": "node_modules/.bin/cypress open",
12
- "projectPublish": "git push --follow-tags origin master && npm publish",
+ "pub": "git push --follow-tags origin master && npm publish",
13
"deploy": "surge ./demo"
14
},
15
"repository": {
0 commit comments