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

Commit 648fd17

Browse files
Run tests before release (#723)
1 parent e37dc24 commit 648fd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"node": ">= 10.x"
3636
},
3737
"scripts": {
38-
"preversion": ". ./resources/checkgit.sh && npm ci",
38+
"preversion": ". ./resources/checkgit.sh && npm ci && npm test",
3939
"changelog": "node resources/gen-changelog.js",
4040
"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",
4141
"lint": "eslint .",

0 commit comments

Comments
 (0)