diff --git a/package.json b/package.json index 103ecb242..1c90595a0 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,6 @@ "scripts": { "build": "turbo run build --scope xo-server --scope xo-server-'*' --scope xo-web", "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", "dev": "scripts/run-script.js --parallel --concurrency 0 --verbose dev", "dev-test": "jest --bail --watch \"^(?!.*\\.integ\\.spec\\.js$)\"",