mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
restructure local modules setup
This commit is contained in:
parent
e61ea5f735
commit
011a4d2d45
12 changed files with 9360 additions and 13532 deletions
21
package.json
Normal file
21
package.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "izettle-woocommerce",
|
||||
"version": "0.1.0",
|
||||
"description": "iZettle WooCommerce",
|
||||
"repository": "https://github.com/inpsyde/izettle-woocommerce",
|
||||
"license": "GPL-2.0",
|
||||
"author": "Inpsyde GmbH",
|
||||
"scripts": {
|
||||
"install:assets:ppcp-button": "cd modules.local/ppcp-button && yarn install",
|
||||
"install:assets:ppcp-onboarding" : "cd modules.local/ppcp-onboarding && yarn install",
|
||||
"install:assets": "yarn run install:assets:ppcp-button && yarn run install:assets:ppcp-onboarding",
|
||||
"build:assets:ppcp-button": "cd modules.local/ppcp-button && yarn run build",
|
||||
"build:assets:ppcp-onboarding" : "cd modules.local/ppcp-onboarding && yarn run build",
|
||||
"build:assets": "yarn run build:assets:ppcp-button && yarn run build:assets:ppcp-onboarding",
|
||||
"build": "yarn run install:assets && yarn run build:assets"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue