Skip to content

Commit fd9cf10

Browse files
authored
fix: windows start:api:* scripts (#1530)
1 parent dcaecae commit fd9cf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@
167167
"test:unit": "vitest",
168168
"test:unit:ci": "vitest --run",
169169
"test:component:ci": "yarn cypress:run:component",
170-
"start:api": "NODE_ENV=development yarn tsnode --files backend/app.ts",
171-
"start:api:watch": "NODE_ENV=development nodemon --exec yarn tsnode --watch 'backend' backend/app.ts",
170+
"start:api": "yarn tsnode --files backend/app.ts",
171+
"start:api:watch": "nodemon --exec yarn tsnode --watch 'backend' backend/app.ts",
172172
"start:react:proxy-server": "yarn tsnode scripts/testServer.ts",
173173
"prettier": "prettier --write \"**/**.{ts,js,tsx}\" \"*.{json,md,yml}\"",
174174
"tsnode": "nyc --silent ts-node -P tsconfig.tsnode.json",

0 commit comments

Comments
 (0)