Skip to content

Commit c594602

Browse files
committed
ci: fix windows build
ci: fix windows build
1 parent 641beca commit c594602

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

webui/musicplayer/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"scripts": {
3535
"start": "react-scripts start",
36-
"build": "CI=false react-scripts build",
36+
"build": "cross-env CI=false react-scripts build",
3737
"test": "react-scripts test",
3838
"eject": "react-scripts eject",
3939
"storybook": "start-storybook -p 6006 -s public",
@@ -86,9 +86,10 @@
8686
"@storybook/testing-library": "^0.0.13",
8787
"@types/react-custom-scrollbars": "^4.0.10",
8888
"babel-plugin-named-exports-order": "^0.0.2",
89+
"cross-env": "^7.0.3",
8990
"msw": "^0.47.4",
9091
"msw-storybook-addon": "^1.6.3",
9192
"prop-types": "^15.8.1",
9293
"webpack": "^5.74.0"
9394
}
94-
}
95+
}

webui/musicplayer/yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6872,6 +6872,13 @@ credit-card-type@^8.0.0:
68726872
resolved "https://registry.yarnpkg.com/credit-card-type/-/credit-card-type-8.3.0.tgz#f93c187c9362411544158c91d552efcc443aa87a"
68736873
integrity sha512-czfZUpQ7W9CDxZL4yFLb1kFtM/q2lTOY975hL2aO+DC8+GRNDVSXVCHXhVFZPxiUKmQCZbFP8vIhxx5TBQaThw==
68746874

6875+
cross-env@^7.0.3:
6876+
version "7.0.3"
6877+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
6878+
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
6879+
dependencies:
6880+
cross-spawn "^7.0.1"
6881+
68756882
cross-fetch@^3.1.5:
68766883
version "3.1.5"
68776884
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
@@ -6890,7 +6897,7 @@ cross-spawn@^6.0.0:
68906897
shebang-command "^1.2.0"
68916898
which "^1.2.9"
68926899

6893-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
6900+
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
68946901
version "7.0.3"
68956902
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
68966903
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==

0 commit comments

Comments
 (0)