Merge pull request #588 from Champetaman/fix-dev-variable-setting-error

Update `dev` Script in `package.json` to Use `cross-env`
This commit is contained in:
Ahmed Bouhuolia
2024-08-12 10:55:45 +02:00
committed by GitHub

View File

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