Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
watchスクリプトを作成
Browse files Browse the repository at this point in the history
  • Loading branch information
takejohn committed Apr 8, 2024
1 parent 16a9e2a commit f4388b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"start": "npx tsx .",
"test": "jest",
"prepare": "husky",
"check": "npx tsc --noemit"
"check": "npx tsc --noemit",
"watch": "npx tsx watch --ignore accesslog.txt --ignore discordbot.log ."
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit f4388b9

Please sign in to comment.