mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: update dev builder command
This commit is contained in:
parent
5c72e5a452
commit
6b5de00fb0
@ -5,7 +5,7 @@
|
||||
"types": "dist/index.d.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsc --project tsconfig.server.json --watch && tsc-alias -p tsconfig.server.json",
|
||||
"dev": "rm -rf ./dist && tsc --project tsconfig.server.json && tsc-alias -p tsconfig.server.json --watch",
|
||||
"build": "rm -rf ./dist && tsc --project tsconfig.server.json && tsc-alias -p tsconfig.server.json",
|
||||
"esbuild": "tsx --watch ./esbuild.config.ts & tsc-alias -p tsconfig.server.json --watch",
|
||||
"build:types": "tsc --emitDeclarationOnly --experimenta-dts"
|
||||
|
Loading…
Reference in New Issue
Block a user