Fix dev variable setting causing error on windows for craco start command

This commit is contained in:
Camilo Oviedo
2024-08-11 21:57:50 +10:00
parent c7c021c969
commit 7699889bd6

View File

@@ -121,7 +121,7 @@
"yup": "^0.28.1" "yup": "^0.28.1"
}, },
"scripts": { "scripts": {
"dev": "PORT=4000 craco start", "dev": "SET PORT=4000 && craco start",
"build": "craco build", "build": "craco build",
"test": "node scripts/test.js", "test": "node scripts/test.js",
"storybook": "start-storybook -p 6006" "storybook": "start-storybook -p 6006"