mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
fix package.json script
This commit is contained in:
parent
f21e7e095f
commit
c161762736
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
|||
"license": "GPL-2.0",
|
||||
"author": "Inpsyde GmbH",
|
||||
"scripts": {
|
||||
"install:assets:ppcp-button": "cd modules.local/ppcp-button && yarn install",
|
||||
"install:assets:ppcp-button": "cd modules/ppcp-button && yarn install",
|
||||
"install:assets": "yarn run install:assets:ppcp-button",
|
||||
"build:assets:ppcp-button": "cd modules.local/ppcp-button && yarn run build",
|
||||
"build:assets:ppcp-button": "cd modules/ppcp-button && yarn run build",
|
||||
"build:assets": "yarn run build:assets:ppcp-button",
|
||||
"build": "yarn run install:assets && yarn run build:assets"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue