-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "thebuilder-web-analytics-workspace",
"private": true,
"packageManager": "pnpm@11.13.0",
"scripts": {
"build": "pnpm --recursive --if-present run build",
"check": "pnpm --recursive --if-present run check",
"test": "pnpm --filter thebuilder-web-analytics test",
"client:watch": "pnpm --filter thebuilder-web-analytics watch",
"client:build": "pnpm --filter thebuilder-web-analytics build",
"client:check": "pnpm --filter thebuilder-web-analytics check",
"client:test": "pnpm --filter thebuilder-web-analytics test",
"client:audit": "pnpm --filter thebuilder-web-analytics run audit",
"docs:dev": "pnpm --filter @thebuilder/web-analytics-docs dev",
"docs:build": "pnpm --filter @thebuilder/web-analytics-docs build",
"docs:check": "pnpm --filter @thebuilder/web-analytics-docs check",
"docs:validate": "pnpm --filter @thebuilder/web-analytics-docs validate"
}
}