[monorepo] migrate monorepo checks to Jenkins (#28765)

GitOrigin-RevId: ebc3db95cebe99226f8de0f66c1830eb5d78e26c
This commit is contained in:
Jakob Ackermann
2025-09-30 14:19:15 +02:00
committed by Copybot
parent 7488c80b36
commit 5fe9d3d6e9
12 changed files with 24 additions and 22 deletions

View File

@@ -11,8 +11,8 @@
"test:unit:_run": "vitest --config ./vitest.config.unit.cjs",
"test:unit": "npm run test:unit:_run",
"lint": "eslint --max-warnings 0 --format unix .",
"format": "prettier --list-different $PWD/'**/{*.*js,*.ts,Jenkinsfile}'",
"format:fix": "prettier --write $PWD/'**/{*.*js,*.ts,Jenkinsfile}'",
"format": "prettier --list-different $PWD/'**/{*.*js,*.ts}'",
"format:fix": "prettier --write $PWD/'**/{*.*js,*.ts}'",
"lint:fix": "eslint --fix .",
"types:check": "tsc --noEmit",
"nodemon": "node --watch app.js"