mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
fix: various VHD related test fixes (#6302)
This commit is contained in:
committed by
GitHub
parent
61691ac46b
commit
b89e77a6a4
@@ -77,7 +77,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "scripts/run-script.js --parallel build",
|
||||
"ci": "yarn && yarn test-integration",
|
||||
"ci": "yarn && yarn build && yarn test-integration",
|
||||
"clean": "scripts/run-script.js --parallel clean",
|
||||
"dev": "scripts/run-script.js --parallel dev",
|
||||
"dev-test": "jest --bail --watch \"^(?!.*\\.integ\\.spec\\.js$)\"",
|
||||
|
||||
Reference in New Issue
Block a user