patch remove env variable from build
This commit is contained in:
parent
f8519cb799
commit
c118f0e470
1 changed files with 1 additions and 1 deletions
|
@ -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": "",
|
||||||
|
|
Loading…
Reference in a new issue