|
22 | 22 | "test:interface:http-js": "lerna run test:interface:http-js",
|
23 | 23 | "test:interface:message-port-client": "lerna run test:interface:message-port-client",
|
24 | 24 | "coverage": "lerna run coverage",
|
25 |
| - "build": "lerna run build", |
| 25 | + "build": "lerna run prepublishOnly", |
26 | 26 | "clean": "lerna run clean",
|
27 | 27 | "lint": "lerna run lint",
|
28 | 28 | "dep-check": "lerna run dep-check",
|
29 |
| - "configure-examples": "run-s configure-examples:* release:pre:reinstall release:pre:build", |
| 29 | + "configure-examples": "run-s configure-examples:* release:pre:reinstall release:pre:bundle", |
30 | 30 | "configure-examples:pre:add-examples": "json -I -f ./lerna.json -e \"this.packages.push('examples/*'); this.packages = [...new Set(this.packages)]\"",
|
31 | 31 | "configure-examples:add-hoisted-modules": "json -I -f ./lerna.json -e \"this.command.bootstrap.nohoist = ['ipfs-css', 'tachyons']; this.command.bootstrap.nohoist = [...new Set(this.command.bootstrap.nohoist)]\"",
|
32 | 32 | "release": "run-s release:pre:* release:publish docker:release release:post:*",
|
33 | 33 | "release:pre:non-dirty-repo": "git diff --quiet",
|
34 | 34 | "release:pre:update-contributors": "aegir release --lint=false --test=false --bump=false --build=false --changelog=false --commit=false --tag=false --push=false --ghrelease=false --docs=false --publish=false",
|
35 | 35 | "release:pre:reinstall": "npm run reset && npm i && rimraf package-lock.json packages/*/package-lock.json",
|
36 |
| - "release:pre:build": "NODE_ENV=production npm run build -- --scope={ipfs,ipfs-core,ipfs-*client,ipfs-message-port-*}", |
| 36 | + "release:pre:bundle": "NODE_ENV=production npm run build -- --scope={ipfs,ipfs-core,ipfs-*client,ipfs-message-port-*}", |
37 | 37 | "release:publish": "lerna publish",
|
38 | 38 | "docker:release": "run-s docker:release:*",
|
39 | 39 | "docker:release:build": "docker build . --no-cache --tag js-ipfs:latest --file ./Dockerfile.latest",
|
|
0 commit comments