We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389ccbb commit fddbb7fCopy full SHA for fddbb7f
2 files changed
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "editor.formatOnSave": true
3
+}
package.json
@@ -10,7 +10,7 @@
10
"build": "webpack",
11
"build:prod": "webpack --config webpack.prod.js",
12
"package": "yarn build:prod && npm pack",
13
- "publish": "yarn build:prod && npm publish"
+ "deploy": "yarn build:prod && npm publish"
14
},
15
"bin": {
16
"git-wiz": "bin/index.js"
0 commit comments