Skip to content

Commit fddbb7f

Browse files
committed
chore
1 parent 389ccbb commit fddbb7f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"editor.formatOnSave": true
3+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "webpack",
1111
"build:prod": "webpack --config webpack.prod.js",
1212
"package": "yarn build:prod && npm pack",
13-
"publish": "yarn build:prod && npm publish"
13+
"deploy": "yarn build:prod && npm publish"
1414
},
1515
"bin": {
1616
"git-wiz": "bin/index.js"

0 commit comments

Comments
 (0)