Switch to yarn

This commit is contained in:
Bill 2021-12-13 02:34:04 -05:00
parent 3c4e912efd
commit 871d16de7f
3 changed files with 12622 additions and 43629 deletions

43628
package-lock.json generated

File diff suppressed because it is too large Load Diff

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 && npm uninstall @nitrots/nitro-renderer && npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev && npm i && npm run 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",
"test": "craco test",
"eject": "react-scripts eject"
},

12621
yarn.lock Normal file

File diff suppressed because it is too large Load Diff