File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
- "build" : " PUBLIC_URL='./' node scripts/build.js" ,
6
+ "build" : " cross-env PUBLIC_URL='./' node scripts/build.js" ,
7
7
"start" : " node scripts/start.js" ,
8
8
"test" : " node scripts/test.js"
9
9
},
138
138
"bundle-loader" : " 0.5.6" ,
139
139
"case-sensitive-paths-webpack-plugin" : " 2.2.0" ,
140
140
"chalk" : " 2.4.2" ,
141
+ "cross-env" : " ^7.0.3" ,
141
142
"css-loader" : " 2.1.1" ,
142
143
"dotenv" : " 8.0.0" ,
143
144
"dotenv-expand" : " 5.1.0" ,
Original file line number Diff line number Diff line change @@ -3551,6 +3551,13 @@ cross-env@^6.0.3:
3551
3551
dependencies:
3552
3552
cross-spawn "^7.0.0"
3553
3553
3554
+ cross-env@^7.0.3:
3555
+ version "7.0.3"
3556
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
3557
+ integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
3558
+ dependencies:
3559
+ cross-spawn "^7.0.1"
3560
+
3554
3561
[email protected] , cross-spawn@^6.0.0, cross-spawn@^6.0.5:
3555
3562
version "6.0.5"
3556
3563
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -3588,6 +3595,15 @@ cross-spawn@^7.0.0:
3588
3595
shebang-command "^2.0.0"
3589
3596
which "^2.0.1"
3590
3597
3598
+ cross-spawn@^7.0.1:
3599
+ version "7.0.3"
3600
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
3601
+ integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
3602
+ dependencies:
3603
+ path-key "^3.1.0"
3604
+ shebang-command "^2.0.0"
3605
+ which "^2.0.1"
3606
+
3591
3607
crypto-browserify@^3.11.0:
3592
3608
version "3.12.0"
3593
3609
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
You can’t perform that action at this time.
0 commit comments