Add gh-pages script
This commit is contained in:
parent
983427c77f
commit
fb248c33ee
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config ./webpack.config.js --mode=production",
|
||||
"dev": "webpack serve --config ./webpack.config.js --mode=development"
|
||||
"dev": "webpack serve --config ./webpack.config.js --mode=development",
|
||||
"gh-pages": "push-dir --dir=build --branch=gh-pages"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue