edit deploy scripts

This commit is contained in:
Sorrel Bri 2020-05-25 17:58:29 -07:00
parent b979069ff5
commit 68002e1d01

View file

@ -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",