fix: build script should build xo-server plugins

Introduced by 3bfd6c697
This commit is contained in:
Julien Fontanet
2023-01-04 10:53:55 +01:00
parent 5c18404174
commit 609e957a55

View File

@@ -82,7 +82,7 @@
},
"private": true,
"scripts": {
"build": "turbo run build --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",
"ci": "yarn && yarn build && yarn test-lint && yarn test-integration",
"clean": "scripts/run-script.js --parallel clean",