Skip to content

Commit 1cdd0bb

Browse files
committed
chore: fix build:watch
1 parent 40cefcf commit 1cdd0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"// Build and Deploy": "",
2121
"build": "vite build --mode=production",
2222
"postbuild": "chmod +x dist/main.js && chmod +x dist/cli.js",
23-
"build:watch": "vite build --mode=production --watch",
23+
"build:watch": "nodemon --watch src --ext ts,js,json --exec 'tsx ./scripts/build.ts'",
2424
"build:docker": "./scripts/dc.sh run --rm builder",
2525
"build:release": "tsx ./scripts/build.ts",
2626
"preunraid:deploy": "pnpm build",

0 commit comments

Comments
 (0)