Skip to content

Commit

Permalink
fix: windows start:api:* scripts (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Mar 21, 2024
1 parent dcaecae commit fd9cf10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
"test:unit": "vitest",
"test:unit:ci": "vitest --run",
"test:component:ci": "yarn cypress:run:component",
"start:api": "NODE_ENV=development yarn tsnode --files backend/app.ts",
"start:api:watch": "NODE_ENV=development nodemon --exec yarn tsnode --watch 'backend' backend/app.ts",
"start:api": "yarn tsnode --files backend/app.ts",
"start:api:watch": "nodemon --exec yarn tsnode --watch 'backend' backend/app.ts",
"start:react:proxy-server": "yarn tsnode scripts/testServer.ts",
"prettier": "prettier --write \"**/**.{ts,js,tsx}\" \"*.{json,md,yml}\"",
"tsnode": "nyc --silent ts-node -P tsconfig.tsnode.json",
Expand Down

0 comments on commit fd9cf10

Please sign in to comment.