Run feature config from main working directory
This commit is contained in:
parent
f82d3b7301
commit
d0ff85158e
|
@ -60,8 +60,11 @@ jobs:
|
|||
run: |
|
||||
npm install -g pnpm
|
||||
pnpm install
|
||||
pnpm nx build:feature-config woocommerce-admin
|
||||
pnpm nx composer-install woocommerce
|
||||
- name: Build Admin feature config
|
||||
working-directory: ./
|
||||
run: |
|
||||
pnpm nx build:feature-config woocommerce-admin
|
||||
|
||||
- name: Add PHP8 Compatibility.
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue