Merge pull request #12560 from Budibase/chore/fix-run-all;

Fix run dev:all
This commit is contained in:
Adria Navarro 2023-12-12 17:23:53 +01:00 committed by GitHub
commit 35ed5a4089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
"packages/account-portal/packages/*" "packages/account-portal/packages/*"
], ],
"useNx": true, "useNx": true,
"concurrency": 20,
"command": { "command": {
"publish": { "publish": {
"ignoreChanges": [ "ignoreChanges": [
@ -21,4 +22,4 @@
"loadEnvFiles": false "loadEnvFiles": false
} }
} }
} }