Fix script

This commit is contained in:
Bill 2021-12-13 02:34:55 -05:00
parent 871d16de7f
commit e3ab2d9b48

View File

@ -5,7 +5,7 @@
"scripts": {
"start": "craco start",
"build": "craco --max_old_space_size=8048 build",
"build:prod": "npx browserslist@latest --update-db && yarn uninstall @nitrots/nitro-renderer && yarn add git+https://git@git.krews.org/nitro/nitro-renderer#dev && yarn install && yarn build",
"build:prod": "npx browserslist@latest --update-db && yarn remove @nitrots/nitro-renderer && yarn add git+https://git@git.krews.org/nitro/nitro-renderer#dev && yarn install && yarn build",
"test": "craco test",
"eject": "react-scripts eject"
},