From 1939b52f04f7632eb56bcb01dc3e5741a6ad6713 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 3 Feb 2020 11:16:08 -0600 Subject: [PATCH] build: update "qa:full" script in same manner as revised "ci:full" The `"qa:full"` script comes into play in the contexts of `scripts/release.js` (`npm run release`) and `scripts/stable-release.js` (`npm run release:stable`). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88f98f1923..3a461cb701 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "preqa:full": "yarn install", "qa": "node scripts/monorun --ignore embark-dapp-* --stream qa", "qa:dapps": "lerna run --concurrency=1 --scope embark-dapp-* --stream qa", - "qa:full": "npm-run-all cwtree reboot:full cwtree \"qa -- --concurrency={1}\" qa:dapps cwtree -- 1", + "qa:full": "npm-run-all cwtree reboot:full cwtree typecheck \"lint -- --concurrency={1}\" build \"test -- --concurrency={1}\" qa:dapps cwtree -- 1", "reboot": "npm run clean", "reboot:full": "npm run clean:full", "release": "node scripts/release",