Skip to content

Commit

Permalink
use swc
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Feb 23, 2023
1 parent b965f5e commit 4e23500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node ./built/index.js",
"start:test": "NODE_ENV=test node ./built/index.js",
"migrate": "pnpm typeorm migration:run -d ormconfig.js",
"build:swc": "swc src -d built -D",
"build": "swc src -d built -D",
"watch:swc": "swc src -d built -D -w",
"build": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
"build:tsc": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
"watch": "node watch.mjs",
"typecheck": "tsc --noEmit",
"eslint": "eslint --quiet \"src/**/*.ts\"",
Expand Down Expand Up @@ -195,4 +195,4 @@
"jest": "29.4.3",
"jest-mock": "29.4.3"
}
}
}

0 comments on commit 4e23500

Please sign in to comment.