fix run scripts

This commit is contained in:
FruitRiin
2023-11-19 19:11:41 +09:00
parent 14e0d1f252
commit 3ea704165b
4 changed files with 224 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
"watch:swc": "swc src -d built -D -w",
"build:tsc": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
"watch": "node watch.mjs",
"dev": "node ./built/boot/entry.js",
"typecheck": "tsc --noEmit",
"eslint": "eslint --quiet \"src/**/*.ts\"",
"lint": "pnpm typecheck && pnpm eslint",