Skip to content

Commit

Permalink
fix(build): スクリプトの名前の変更漏れ (misskey-dev#13068)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid committed Jan 22, 2024
1 parent d956eab commit 48eef79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/misskey-reversi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"scripts": {
"build": "node ./build.js",
"build:tsc": "npm run ts",
"tsc": "npm run ts-esm && npm run ts-dts",
"build:tsc": "npm run tsc",
"tsc": "npm run tsc-esm && npm run tsc-dts",
"tsc-esm": "tsc --outDir built/esm",
"tsc-dts": "tsc --outDir built/dts --declaration true --emitDeclarationOnly true --declarationMap true",
"watch": "nodemon -w src -e ts,js,cjs,mjs,json --exec \"pnpm run build:tsc\"",
Expand Down

0 comments on commit 48eef79

Please sign in to comment.