diff --git a/package.json b/package.json index 8957f4a545..1b92e44e8a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "scripts": { "watch": "node ./resources/watch.js", "test": "npm run lint && npm run check && npm run testonly", - "test:ci": "npm run lint -- --no-cache && npm run check && npm run testonly:cover", + "test:ci": "yarn check --integrity && npm run lint -- --no-cache && npm run check && npm run testonly:cover", "testonly": "mocha --full-trace src/**/__tests__/**/*-test.js", "testonly:cover": "nyc npm run testonly", "lint": "eslint --cache --report-unused-disable-directives src",