Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Run tests before release (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Nov 19, 2020
1 parent e37dc24 commit 648fd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"node": ">= 10.x"
},
"scripts": {
"preversion": ". ./resources/checkgit.sh && npm ci",
"preversion": ". ./resources/checkgit.sh && npm ci && npm test",
"changelog": "node resources/gen-changelog.js",
"test": "npm run lint && npm run check && npm run testonly:cover && npm run prettier:check && npm run check:spelling && npm run build:npm && npm run check:integrations",
"lint": "eslint .",
Expand Down

0 comments on commit 648fd17

Please sign in to comment.