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

Commit

Permalink
devスクリプト作成
Browse files Browse the repository at this point in the history
  • Loading branch information
takejohn committed Apr 26, 2024
1 parent 8356222 commit e20aea9
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",
"dev": "npx tsx watch --ignore accesslog.txt --ignore discordbot.log ."
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit e20aea9

Please sign in to comment.