edit deploy scripts
This commit is contained in:
parent
b979069ff5
commit
68002e1d01
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
"build": "webpack --mode=production --config webpack.prod.js",
|
||||
"test": "jest",
|
||||
"start": "webpack-dev-server --open --config webpack.dev.js",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build"
|
||||
"predeploy": "npm run build --env.TOKEN=",
|
||||
"deploy": "gh-pages -d dist"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue