Update build script

This commit is contained in:
Bill 2022-01-04 02:38:42 -05:00
parent f2638ac56e
commit 59e972ffc9

View File

@ -5,13 +5,13 @@
"scripts": { "scripts": {
"start": "craco start", "start": "craco start",
"build": "craco --max_old_space_size=8048 build", "build": "craco --max_old_space_size=8048 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", "build:prod": "npx browserslist@latest --update-db && yarn install && yarn build",
"test": "craco test", "test": "craco test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },
"dependencies": { "dependencies": {
"@craco/craco": "^6.3.0", "@craco/craco": "^6.3.0",
"@nitrots/nitro-renderer": "file:../nitro-renderer", "@nitrots/nitro-renderer": "^1.1.2",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"node-sass": "^6.0.1", "node-sass": "^6.0.1",