Skip to content

Commit

Permalink
Merge pull request #588 from Champetaman/fix-dev-variable-setting-error
Browse files Browse the repository at this point in the history
Update `dev` Script in `package.json` to Use `cross-env`
  • Loading branch information
abouolia authored Aug 12, 2024
2 parents 0ca209b + e8830c5 commit 01b7c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 01b7c86

Please sign in to comment.