Update package.json

This commit is contained in:
Andy Burkovetsky 2021-08-04 22:41:37 +03:00
parent bf95a0723b
commit 51d7ce5033
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"scripts": {
"bootstrap": "lerna link && lerna bootstrap",
"build": "lerna run build",
"start": "CI=true lerna run start --scope @oyster/common --stream --parallel --scope web",
"start": "cross-env CI=true lerna run start --scope @oyster/common --stream --parallel --scope web",
"lint": "eslint 'packages/*/{src,test}/**/*.ts' && prettier -c 'packages/*/{src,test}/**/*.ts'",
"lint:fix": "eslint --fix 'packages/*/{src,test}/**/*.ts' && prettier --write 'packages/*/{src,test}/**/*.ts'",
"deploy": "run-s deploy:docs build deploy:apps && gh-pages -d docs",
@ -43,6 +43,7 @@
]
},
"dependencies": {
"cross-env": "^7.0.3",
"next": "^11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"