From 718519fe10c38bbf36f599433d709d235259db01 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 24 Jul 2019 18:35:48 +0200 Subject: [PATCH] chore: re-enable pre-release checks --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cedb1dd4a..4a1187eba 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "frontend:test:watch": "karma start --conf karma.conf.js --single-run false", "frontend:build": "webpack", "frontend:build:watch": "webpack --watch", + "prerelease": "npm run test", "release": "standard-version -a", "postrelease": "git push --follow-tags origin master" },