Call Core's script from root level
This commit is contained in:
parent
659bf2d43c
commit
ab673dd14b
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
- name: Build Admin feature config
|
||||
working-directory: ./
|
||||
run: pnpm nx build:feature-config woocommerce-admin
|
||||
run: pnpm nx build:feature-config woocommerce
|
||||
|
||||
- name: Add PHP8 Compatibility.
|
||||
run: |
|
||||
|
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
- name: Build Admin feature config
|
||||
working-directory: ./
|
||||
run: |
|
||||
pnpm nx build:feature-config woocommerce-admin
|
||||
pnpm nx build:feature-config woocommerce
|
||||
|
||||
- name: Init DB and WP
|
||||
run: pnpm nx install-unit-test-db woocommerce
|
||||
|
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
- name: Build Admin feature config
|
||||
working-directory: ./
|
||||
run: |
|
||||
pnpm nx build:feature-config woocommerce-admin
|
||||
pnpm nx build:feature-config woocommerce
|
||||
|
||||
- name: Add PHP8 Compatibility.
|
||||
run: |
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"executor": "@nrwl/workspace:run-commands",
|
||||
"options": {
|
||||
"commands": [
|
||||
"pnpm nx build:feature-config woocommerce-admin",
|
||||
"pnpm nx build:feature-config woocommerce",
|
||||
"pnpm nx watch-assets woocommerce"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue