Skip to content

Commit 7e4c305

Browse files
committed
package.json: Add a tools:install script for easily installation
And make it part of install:all.
1 parent ab50d19 commit 7e4c305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"npm": ">=10.0.0"
1414
},
1515
"scripts": {
16-
"install:all": "npm run frontend:install && npm run backend:build && npm run app:install",
16+
"install:all": "npm run frontend:install && npm run backend:build && npm run app:install && npm run tools:install",
1717
"install:frontend": "npm run frontend:install",
1818
"install:backend": "npm run backend:build",
1919
"install:app": "npm run app:install",
@@ -71,6 +71,7 @@
7171
"start:app": "npm run app:start",
7272
"start:backend": "npm run backend:build && npm run backend:start",
7373
"start:frontend": "npm run frontend:start",
74+
"tools:install": "cd tools && cd i18n && npm install && cd .. && cd releaser && npm install",
7475
"plugins:test": "cd plugins/headlamp-plugin && npm install && ./test-headlamp-plugin.js && ./test-plugins-examples.sh && cd ../pluginctl/src && npm install && node ./plugin-management.e2e.js && cd .. && npx jest src/multi-plugin-management.test.js && npx jest src/plugin-management.test.js && npm run test",
7576
"image:build": "sh -c 'docker buildx build --pull --platform=local -t ghcr.io/headlamp-k8s/headlamp:$(git describe --tags --always --dirty) -f Dockerfile .'",
7677
"image:verify-image-digests": "node tools/verify-image-digests.js"

0 commit comments

Comments
 (0)