Skip to content

Commit 16d7409

Browse files
committed
fix: use npx tsc for Vercel build compatibility
1 parent 9deefc0 commit 16d7409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"private": false,
77
"author": "Vinit Kumar <vinit1414.08@bitmesra.ac.in> (http://vinitkumar.me)",
88
"scripts": {
9-
"build": "tsc -p tsconfig.prod.json",
10-
"build:dev": "tsc",
9+
"build": "npx tsc -p tsconfig.prod.json",
10+
"build:dev": "npx tsc",
1111
"start": "ts-node server.ts",
1212
"start:prod": "node dist/server.js",
1313
"dev": "nodemon --exec ts-node server.ts",

0 commit comments

Comments
 (0)