Add missing run command

This commit is contained in:
roykho 2021-11-22 06:22:33 -08:00
parent 5cba6b6eb6
commit b88ec3a573
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 4 additions and 4 deletions

View File

@ -73,10 +73,10 @@ jobs:
with:
path: package/woocommerce
- name: Run npm install.
working-directory: package/woocommerce/plugins/woocommerce
npm install -g pnpm
pnpm install
- name: Install PNPM and install dependencies
run: |
npm install -g pnpm
pnpm install
- name: Load docker images and start containers.
working-directory: package/woocommerce/plugins/woocommerce