From 7ddae16b952cf0aadfbd1c30402d0e8dcff24013 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 22 Oct 2020 07:06:27 +0100 Subject: [PATCH] chore: build ipfs-core before ipfs during release 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",