patch remove env variable from build

This commit is contained in:
Sorrel Bri 2020-05-25 18:05:54 -07:00
parent f8519cb799
commit c118f0e470

View file

@ -8,7 +8,7 @@
"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 --env.TOKEN=", "predeploy": "npm run build",
"deploy": "gh-pages -d dist" "deploy": "gh-pages -d dist"
}, },
"author": "", "author": "",