Skip to content

Commit

Permalink
Add 'yarn check --integrity' to CI tests (#1855)
Browse files Browse the repository at this point in the history
To prevent situations similar to:
graphql/graphiql#797
  • Loading branch information
IvanGoncharov committed May 8, 2019
1 parent 4bd1a11 commit b65ff6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit b65ff6d

Please sign in to comment.