Skip to content

Commit a709778

Browse files
committed
update dev script
1 parent 2bbd282 commit a709778

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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",
@@ -47,6 +47,7 @@
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",
@@ -68,5 +69,5 @@
6869
"prettier --write"
6970
]
7071
},
71-
"packageManager": "yarn@4.5.3"
72+
"packageManager": "yarn@4.4.1"
7273
}

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)