Skip to content

Commit

Permalink
Runs integration tests after the build in prepublishOnly hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Mar 11, 2020
1 parent 505676d commit 57d947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"test:unit": "cross-env BABEL_ENV=test jest --runInBand",
"test:integration": "jest --config=test/jest.config.js --runInBand",
"test:focused": "node_modules/.bin/ts-node --project=test/tsconfig.json test/focusedTest.ts",
"prepublishOnly": "yarn test && yarn build"
"prepublishOnly": "yarn test:unit && yarn build && yarn test:integration"
},
"author": {
"name": "Artem Zakharchenko",
Expand Down

0 comments on commit 57d947f

Please sign in to comment.