[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

@@ -12,8 +12,8 @@
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
"test:unit:_run": "mocha --recursive --reporter spec --exit $@ test/unit/js",
"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"
},