Update build

This commit is contained in:
Bill 2021-09-16 00:04:53 -04:00
parent 02d54d770f
commit 8ad3c84dd6
2 changed files with 3 additions and 0 deletions

2
.env Normal file
View File

@ -0,0 +1,2 @@
BROWSER=none
GENERATE_SOURCEMAP=false

View File

@ -21,6 +21,7 @@
"postinstall": "node ./webpack-patcher.js",
"start": "react-scripts start",
"build": "react-scripts build",
"build:prod": "npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev && npm i && npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},