Skip to content

Commit 56071c5

Browse files
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`).
1 parent a5354df commit 56071c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"preqa:full": "yarn install",
6464
"qa": "node scripts/monorun --ignore embark-dapp-* --stream qa",
6565
"qa:dapps": "lerna run --concurrency=1 --scope embark-dapp-* --stream qa",
66-
"qa:full": "npm-run-all cwtree reboot:full cwtree \"qa -- --concurrency={1}\" qa:dapps cwtree -- 1",
66+
"qa:full": "npm-run-all cwtree reboot:full cwtree typecheck \"lint -- --concurrency={1}\" build \"test -- --concurrency={1}\" qa:dapps cwtree -- 1",
6767
"reboot": "npm run clean",
6868
"reboot:full": "npm run clean:full",
6969
"release": "node scripts/release",

0 commit comments

Comments
 (0)