Skip to content

Commit db950ec

Browse files
authored
Merge pull request #523 from KEEPER31337/feature/윈도우용_start_스크립트_추가_#522
Feature/실행 스크립트에 cross-env 추가 #522
2 parents 22bb547 + 655f169 commit db950ec

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

package-lock.json

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@types/react": "^17.0.62",
1818
"@types/react-dom": "^17.0.1",
1919
"axios": "^1.3.2",
20+
"cross-env": "^7.0.3",
2021
"luxon": "^3.2.1",
2122
"react": "^17.0.1",
2223
"react-dom": "^17.0.1",
@@ -32,7 +33,7 @@
3233
"web-vitals": "^2.1.4"
3334
},
3435
"scripts": {
35-
"start": "GENERATE_SOURCEMAP=false craco start",
36+
"start": "cross-env GENERATE_SOURCEMAP=false craco start",
3637
"build": "craco build",
3738
"test": "craco test",
3839
"eject": "craco eject"

0 commit comments

Comments
 (0)