Add missing run command
This commit is contained in:
parent
5cba6b6eb6
commit
b88ec3a573
|
@ -73,8 +73,8 @@ jobs:
|
|||
with:
|
||||
path: package/woocommerce
|
||||
|
||||
- name: Run npm install.
|
||||
working-directory: package/woocommerce/plugins/woocommerce
|
||||
- name: Install PNPM and install dependencies
|
||||
run: |
|
||||
npm install -g pnpm
|
||||
pnpm install
|
||||
|
||||
|
|
Loading…
Reference in New Issue