Change format of passing flags

This commit is contained in:
roykho 2021-11-17 11:24:35 -08:00
parent 8dda9990ff
commit 008f2cbea9
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
run: |
npm install -g pnpm
pnpm install
pnpm nx composer-install --args="--no-dev" woocommerce
pnpm nx composer-install --args="--flag=--no-dev" woocommerce
pnpm nx build-assets woocommerce
pnpm install jest

View File

@ -7,7 +7,7 @@
"executor": "@nrwl/workspace:run-commands",
"options": {
"commands": [
"composer install"
"composer install {args.flag}"
],
"cwd": "plugins/woocommerce"
}