Skip to content

Commit

Permalink
fix(backend): pnpm devが動作しない問題を修正 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored May 24, 2024
1 parent 0b207e0 commit 2b7f438
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:tsc": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
"watch": "node ./scripts/watch.mjs",
"restart": "pnpm build && pnpm start",
"dev": "node ./scripts/dev.mjs",
"dev": "nodemon -w src -e ts,js,mjs,cjs,json --exec \"cross-env NODE_ENV=development pnpm run restart\"",
"typecheck": "tsc --noEmit && tsc -p test --noEmit",
"eslint": "eslint --quiet \"src/**/*.ts\"",
"lint": "pnpm typecheck && pnpm eslint",
Expand Down
61 changes: 0 additions & 61 deletions packages/backend/scripts/dev.mjs

This file was deleted.

0 comments on commit 2b7f438

Please sign in to comment.