mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
Fix dev variable setting causing error on windows for craco start command
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
"yup": "^0.28.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "PORT=4000 craco start",
|
||||
"dev": "SET PORT=4000 && craco start",
|
||||
"build": "craco build",
|
||||
"test": "node scripts/test.js",
|
||||
"storybook": "start-storybook -p 6006"
|
||||
|
||||
Reference in New Issue
Block a user