Skip to content

Commit 4d5d6d1

Browse files
committed
Update all dependencies
1 parent 1019323 commit 4d5d6d1

File tree

3 files changed

+1
-67
lines changed

3 files changed

+1
-67
lines changed

package-lock.json

Lines changed: 0 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"@types/tar-stream": "3.1.4",
4141
"@typescript-eslint/parser": "8.38.0",
4242
"axios-mock-adapter": "2.1.0",
43-
"chai": "5.2.1",
4443
"eslint": "9.31.0",
4544
"eslint-plugin-notice": "1.0.0",
4645
"husky": "9.1.7",

tools/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
7-
"build": "npm ci && npm run check-format && npm run compile",
7+
"build": "npm install && npm run check-format && npm run compile",
88
"compile": "tsc -b . && cp src/stop.java dist/stop.java",
99
"sonarqube": "npm run compile && node scripts/sonarqube.js",
1010
"test": "npm run compile && node scripts/full.js",

0 commit comments

Comments
 (0)