mirror of
https://github.com/teableio/teable
synced 2024-11-21 23:04:16 +00:00
chore: update scripts (#188)
[skip ci] Co-authored-by: pengap <penganpingprivte@gmail.com>
This commit is contained in:
parent
b0317f8bb4
commit
168385ec85
@ -31,8 +31,8 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo ./main ./dist",
|
||||
"build": "yarn clean && tsc --build tsconfig.build.json",
|
||||
"build": "nest build",
|
||||
"clean": "rimraf ./out ./coverage ./main ./dist ./tsconfig.tsbuildinfo ./node_modules/.cache",
|
||||
"dev": "nest start --watch",
|
||||
"start": "NODE_ENV=production node ./dist",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
|
Loading…
Reference in New Issue
Block a user