chore: remove unused script ci

This commit is contained in:
Julien Fontanet 2024-02-01 16:53:25 +01:00
parent bbb43808dd
commit 7ec64476a4

View File

@ -96,7 +96,6 @@
"scripts": { "scripts": {
"build": "turbo run build --scope xo-server --scope xo-server-'*' --scope xo-web", "build": "turbo run build --scope xo-server --scope xo-server-'*' --scope xo-web",
"build:xo-lite": "turbo run build --scope @xen-orchestra/lite", "build:xo-lite": "turbo run build --scope @xen-orchestra/lite",
"ci": "yarn && yarn build && yarn test-lint && yarn test-integration",
"clean": "scripts/run-script.js --parallel clean", "clean": "scripts/run-script.js --parallel clean",
"dev": "scripts/run-script.js --parallel --concurrency 0 --verbose dev", "dev": "scripts/run-script.js --parallel --concurrency 0 --verbose dev",
"dev-test": "jest --bail --watch \"^(?!.*\\.integ\\.spec\\.js$)\"", "dev-test": "jest --bail --watch \"^(?!.*\\.integ\\.spec\\.js$)\"",