We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e895b64 commit 578c159Copy full SHA for 578c159
1 file changed
package.json
@@ -6,7 +6,6 @@
6
"license": "GPL-2.0",
7
"author": "WooCommerce",
8
"scripts": {
9
- "postinstall": "run-s install:modules:*",
10
"install:modules:ppcp-admin-notices": "cd modules/ppcp-admin-notices && npm ci",
11
"install:modules:ppcp-applepay": "cd modules/ppcp-applepay && npm ci",
12
"install:modules:ppcp-blocks": "cd modules/ppcp-blocks && npm ci",
@@ -97,7 +96,7 @@
97
96
"pw-install": "npm run playwright install --with-deps",
98
"pw-tests": "npm run playwright test",
99
"pw-tests-headed": "npm run playwright test --headed",
100
- "build": "npm run build:modules"
+ "build": "echo 123"
101
},
102
"config": {
103
"wp_org_slug": "woocommerce-paypal-payments"
0 commit comments