From 7ec64476a4d7b5bbd4a281be2057fa5728adef7e Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Thu, 1 Feb 2024 16:53:25 +0100 Subject: [PATCH] chore: remove unused script `ci` --- package.json | 1 - 1 file changed, 1 deletion(-) 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$)\"",