Skip to content

Commit 4c9d75e

Browse files
authored
changed run script for windows
now works in Power shell as well
1 parent 5626687 commit 4c9d75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node ./bin/www",
77
"devstart": "nodemon ./bin/www",
88
"serverstart": "DEBUG=api:* npm run devstart",
9-
"serverstartWin": "SET DEBUG=api:* npm run devstart"
9+
"serverstartWin": "SET DEBUG=api:* && npm run devstart"
1010
},
1111
"dependencies": {
1212
"cookie-parser": "~1.4.4",

0 commit comments

Comments
 (0)