From 549d560ee6ff07cf143f5da5811e36b9564331f4 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 9 Mar 2021 10:30:48 +0000 Subject: [PATCH] chore: skip type test in root --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c724847a5f..378d5bbbc9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "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)]\"", "release": "run-s release:pre:* release:publish docker:release release:post:*", "release:pre:non-dirty-repo": "git diff --quiet", - "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", + "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 --types=false", "release:pre:reinstall": "npm run reset && npm i && rimraf package-lock.json packages/*/package-lock.json", "release:pre:bundle": "NODE_ENV=production npm run build -- --scope={ipfs,ipfs-core,ipfs-*client,ipfs-message-port-*}", "release:publish": "lerna publish",