From e8598d2d886c3c2aca58eb7420d011840c05325b Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Wed, 8 May 2019 13:35:12 -0400 Subject: [PATCH] Add 'yarn check --integrity' to test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d3468668ed..7fe665759a0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "precommit": "npm run testonly && lint-staged", "prepublish": ". ./resources/prepublish.sh", "preversion": ". ./resources/checkgit.sh && npm test", - "test": "npm run lint && npm run check && npm run testonly && npm run build", + "test": "yarn check --integrity && npm run lint && npm run check && npm run testonly && npm run build", "testonly": "babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha" }, "lint-staged": {