Skip to content

Commit

Permalink
watchモードが有効になっていなかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Feb 7, 2024
1 parent 52b4cf7 commit ea629d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "node --import 'data:text/javascript,import { register } from \"node:module\"; import { pathToFileURL } from \"node:url\"; register(\"./loader.mjs\", pathToFileURL(\"./\"));' built/index.js",
"build": "swc ./src -s -d ./built",
"dev": "tsx src/index.ts --watch",
"dev": "tsx watch src/index.ts",
"lint": "eslint --ext .js,.ts,.tsx \"./src/**/*.{js,ts,tsx}\"",
"lint:fix": "yarn lint --fix",
"fmt": "prettier --config ./.prettierrc --list-different \"src/**/*.{js,json,ts,tsx,css,md}\"",
Expand Down

0 comments on commit ea629d4

Please sign in to comment.