From 648fd17f41ac7a15c4e73e0a4d2272b14893d512 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Thu, 19 Nov 2020 17:03:38 +0200 Subject: [PATCH] Run tests before release (#723) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b51baf2e..52927ab3 100644 --- a/package.json +++ b/package.json @@ -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 .",