Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit e53d3f8

Browse files
authoredOct 22, 2020
chore: build ipfs-core before ipfs during release (#3340)
We need to build types for ipfs-core during the release process.
1 parent 6c06322 commit e53d3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"release:pre:add-examples": "json -I -f ./lerna.json -e \"this.packages.push('examples/*')\"",
3434
"release:pre:add-hoisted-modules": "json -I -f ./lerna.json -e \"this.command.bootstrap.nohoist = ['ipfs-css', 'tachyons']\"",
3535
"release:pre:reinstall": "npm run reset && npm i && rm -rf package-lock.json **/*/package-lock.json",
36-
"release:pre:build": "NODE_ENV=production npm run build -- --scope={ipfs,ipfs-http-client,ipfs-message-port-*}",
36+
"release:pre:build": "NODE_ENV=production npm run build -- --scope={ipfs-core,ipfs,ipfs-http-client,ipfs-message-port-*}",
3737
"release:publish": "lerna publish",
3838
"docker:release": "run-s docker:release:*",
3939
"docker:release:build": "docker build . --no-cache --tag js-ipfs:latest --file ./Dockerfile.latest",

0 commit comments

Comments
 (0)