mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(nx): update scripts
This commit is contained in:
parent
ab2f0eed74
commit
6cd604313e
@ -6,8 +6,9 @@
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"server:build": "nx affected:build server",
|
||||
"server:start-dist": "pnpm server:build && node apps/server/dist/main.js"
|
||||
"client:build": "nx build client",
|
||||
"server:build": "nx build server",
|
||||
"server:start-prod": "pnpm server:build && node apps/server/dist/main.js"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user