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
|
- name: Build Admin feature config
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
run: pnpm nx build:feature-config woocommerce-admin
|
run: pnpm nx build:feature-config woocommerce
|
||||||
|
|
||||||
- name: Add PHP8 Compatibility.
|
- name: Add PHP8 Compatibility.
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
- name: Build Admin feature config
|
- name: Build Admin feature config
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
run: |
|
run: |
|
||||||
pnpm nx build:feature-config woocommerce-admin
|
pnpm nx build:feature-config woocommerce
|
||||||
|
|
||||||
- name: Init DB and WP
|
- name: Init DB and WP
|
||||||
run: pnpm nx install-unit-test-db woocommerce
|
run: pnpm nx install-unit-test-db woocommerce
|
||||||
|
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
- name: Build Admin feature config
|
- name: Build Admin feature config
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
run: |
|
run: |
|
||||||
pnpm nx build:feature-config woocommerce-admin
|
pnpm nx build:feature-config woocommerce
|
||||||
|
|
||||||
- name: Add PHP8 Compatibility.
|
- name: Add PHP8 Compatibility.
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
"executor": "@nrwl/workspace:run-commands",
|
"executor": "@nrwl/workspace:run-commands",
|
||||||
"options": {
|
"options": {
|
||||||
"commands": [
|
"commands": [
|
||||||
"pnpm nx build:feature-config woocommerce-admin",
|
"pnpm nx build:feature-config woocommerce",
|
||||||
"pnpm nx watch-assets woocommerce"
|
"pnpm nx watch-assets woocommerce"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue