-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "workshop-computer",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "npm --prefix tools/sitegen run build",
"dev": "npm --prefix tools/sitegen run dev",
"validate-info": "npm --prefix tools/sitegen run validate-info",
"check-curation": "npm --prefix tools/sitegen run check-curation",
"sync-curation": "npm --prefix tools/sitegen run sync-curation",
"sync-card-labels": "npm --prefix tools/sitegen run sync-card-labels",
"setup-panel-renderer": "npm --prefix tools/sitegen run setup-panel-renderer",
"hooks:install": "node tools/sitegen/src/validate/installHooks.js",
"validate-staged": "node tools/sitegen/src/validate/validateStaged.js",
"test": "npm --prefix tools/sitegen test"
}
}