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

Commit

Permalink
chore: build ipfs-core before ipfs during release (#3340)
Browse files Browse the repository at this point in the history
We need to build types for ipfs-core during the release process.
  • Loading branch information
achingbrain committed Oct 22, 2020
1 parent 6c06322 commit e53d3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"release:pre:add-examples": "json -I -f ./lerna.json -e \"this.packages.push('examples/*')\"",
"release:pre:add-hoisted-modules": "json -I -f ./lerna.json -e \"this.command.bootstrap.nohoist = ['ipfs-css', 'tachyons']\"",
"release:pre:reinstall": "npm run reset && npm i && rm -rf package-lock.json **/*/package-lock.json",
"release:pre:build": "NODE_ENV=production npm run build -- --scope={ipfs,ipfs-http-client,ipfs-message-port-*}",
"release:pre:build": "NODE_ENV=production npm run build -- --scope={ipfs-core,ipfs,ipfs-http-client,ipfs-message-port-*}",
"release:publish": "lerna publish",
"docker:release": "run-s docker:release:*",
"docker:release:build": "docker build . --no-cache --tag js-ipfs:latest --file ./Dockerfile.latest",
Expand Down

0 comments on commit e53d3f8

Please sign in to comment.