[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 cda73b825a
commit d1b531d2f2
12 changed files with 24 additions and 22 deletions

View File

@@ -5,8 +5,8 @@
"scripts": {
"cypress:open": "cypress open --e2e --browser chrome",
"cypress:run": "cypress run --e2e --browser chrome",
"format": "prettier --list-different $PWD/'**/{*.{js,mjs,ts,tsx,json},Jenkinsfile}'",
"format:fix": "prettier --write $PWD/'**/{*.{js,mjs,ts,tsx,json},Jenkinsfile}'"
"format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
"format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
},
"dependencies": {
"@isomorphic-git/lightning-fs": "^4.6.0",