-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 665 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"scripts": {
"prepare": "husky install",
"build:docs": "node ./build_docs.js",
"prepare:dashboard_build": "git submodule update --init && cd dashboard && npm i && cd .. && (rm -rf swiftwave_service/dashboard/www || true) && mkdir -p swiftwave_service/dashboard/www",
"build:dashboard": "npm run prepare:dashboard_build && cd dashboard && npm run build:prod && cd .. && cp -r dashboard/dist/* swiftwave_service/dashboard/www/"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@magidoc/cli": "^4.1.2",
"axios": "^1.7.4",
"gh-pages": "^6.1.0",
"husky": "^8.0.3"
}
}