Skip to content

Commit

Permalink
コマンドの拡張子修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashi-aikawa committed Jun 9, 2024
1 parent 5ae13c7 commit 16cefa0
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 @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"dev": "bun esbuild.config.mts",
"build": "tsc -noEmit -skipLibCheck && bun esbuild.config.mjs production",
"build": "tsc -noEmit -skipLibCheck && bun esbuild.config.mts production",
"prepare": "husky install",
"pre:push": "tsc -noEmit -skipLibCheck && bun run test",
"test": "jest",
Expand Down

0 comments on commit 16cefa0

Please sign in to comment.