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

Commit 706d792

Browse files
package.json: move test run to version script (#724)
1 parent 2a47160 commit 706d792

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)