From e53d3f82f486b7da2ab55a2caee251d511f0cb6e Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 22 Oct 2020 07:09:34 +0100 Subject: [PATCH] chore: build ipfs-core before ipfs during release (#3340) We need to build types for ipfs-core during the release process. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 979c16ad07..c417f387aa 100644 --- a/package.json +++ b/package.json @@ -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",