Added package building to npm install
This commit is contained in:
parent
68f0d60048
commit
f0023ec276
|
@ -34,7 +34,6 @@ jobs:
|
||||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
|
||||||
script:
|
script:
|
||||||
- npm run build:assets
|
- npm run build:assets
|
||||||
- npm run build:packages
|
|
||||||
- npm install jest --global
|
- npm install jest --global
|
||||||
- npm run docker:up
|
- npm run docker:up
|
||||||
- npm run test:e2e
|
- npm run test:e2e
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
"wp_org_slug": "woocommerce"
|
"wp_org_slug": "woocommerce"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"install": "lerna bootstrap",
|
||||||
"build": "./bin/build-zip.sh",
|
"build": "./bin/build-zip.sh",
|
||||||
"build:core": "grunt && npm run makepot",
|
"build:core": "grunt && npm run makepot",
|
||||||
"build:dev": "npm run build:core && npm run build:packages",
|
"build:dev": "npm run build:core && npm run build:packages",
|
||||||
|
|
Loading…
Reference in New Issue