Skip to content

Commit

Permalink
Fix startup script for windows (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot authored Sep 26, 2023
1 parent 1834e69 commit 10ecbbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/chilly-birds-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@envyjs/webui': patch
'@envyjs/web': patch
---

Fix windows startup scripts
2 changes: 1 addition & 1 deletion packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"README.md"
],
"scripts": {
"start": "NODE_ENV=development node ./src/scripts/start.cjs --dev",
"start": "cross-env NODE_ENV=development node ./src/scripts/start.cjs --dev",
"test": "jest",
"test:watch": "jest --watch --coverage",
"test:coverage": "jest --coverage && open ./coverage/lcov-report/index.html",
Expand Down

0 comments on commit 10ecbbe

Please sign in to comment.