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", "build": "webpack --mode=production --config webpack.prod.js",
"test": "jest", "test": "jest",
"start": "webpack-dev-server --open --config webpack.dev.js", "start": "webpack-dev-server --open --config webpack.dev.js",
"predeploy": "npm run build", "predeploy": "npm run build --env.TOKEN=",
"deploy": "gh-pages -d build" "deploy": "gh-pages -d dist"
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",