File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 66 "node" : " 20 || 22"
77 },
88 "scripts" : {
9- "dev" : " export $(cat .env | egrep -v '#|^$' | xargs) && concurrently \" yarn start\" \" yarn start-backend\" " ,
9+ "dev" : " cross-env $(cat .env | egrep -v '#|^$' | xargs) && concurrently \" yarn start\" \" yarn start-backend\" " ,
1010 "start" : " yarn workspace app start" ,
1111 "start-backend" : " yarn workspace backend start" ,
1212 "build:backend" : " yarn workspace backend build" ,
4747 "@spotify/prettier-config" : " ^12.0.0" ,
4848 "canvas" : " ^2.11.2" ,
4949 "concurrently" : " ^8.0.0" ,
50+ "cross-env" : " ^7.0.3" ,
5051 "jest-canvas-mock" : " ^2.5.2" ,
5152 "jsdom" : " ^24.0.0" ,
5253 "lerna" : " ^7.3.0" ,
6869 " prettier --write"
6970 ]
7071 },
71- "packageManager" : " yarn@4.5.3 "
72+ "packageManager" : " yarn@4.4.1 "
7273}
Original file line number Diff line number Diff line change @@ -18924,7 +18924,7 @@ __metadata:
1892418924 languageName: node
1892518925 linkType: hard
1892618926
18927- "cross-env@npm:^7.0.0":
18927+ "cross-env@npm:^7.0.0, cross-env@npm:^7.0.3 ":
1892818928 version: 7.0.3
1892918929 resolution: "cross-env@npm:7.0.3"
1893018930 dependencies:
@@ -33296,6 +33296,7 @@ __metadata:
3329633296 "@spotify/prettier-config": "npm:^12.0.0"
3329733297 canvas: "npm:^2.11.2"
3329833298 concurrently: "npm:^8.0.0"
33299+ cross-env: "npm:^7.0.3"
3329933300 jest-canvas-mock: "npm:^2.5.2"
3330033301 jsdom: "npm:^24.0.0"
3330133302 lerna: "npm:^7.3.0"
You can’t perform that action at this time.
0 commit comments