Compare commits

...

1 Commits

Author SHA1 Message Date
Julien Fontanet
167dfd2c40 chore: prepare instead of build in CI 2022-11-24 17:11:45 +01:00

View File

@@ -82,7 +82,7 @@
"private": true,
"scripts": {
"build": "scripts/run-script.js --parallel --concurrency 2 build",
"ci": "yarn && yarn build && yarn test-lint && yarn test-integration",
"ci": "yarn && scripts/run-script.js --parallel prepare && yarn test-lint && 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$)\"",