-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
19 lines (19 loc) · 999 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "blue-carbon-cost-tool",
"version": "1.0.1",
"description": "Blue Carbon Cost Tool",
"scripts": {
"api:deps": "pnpm --filter api install",
"api:dev": "pnpm --filter api run start:dev",
"api:build": "pnpm --filter api run build",
"api:prod": "NODE_ENV=production pnpm --filter api run start:prod",
"backoffice:prod": "NODE_ENV=production pnpm --filter backoffice run start:prod",
"client:deps": "pnpm --filter client install",
"client:dev": "pnpm --filter client run dev",
"client:build": "pnpm --filter client run build",
"client:prod": "pnpm --filter client run start",
"shared:deps": "pnpm --filter shared install",
"all:prod": "pnpm run build:client && pnpm run build:api && pnpm run start:client:prod & pnpm run start:api:prod & pnpm run start:admin:prod"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}