From bfe9bfda0a12292546a58df113379df3343ef244 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 14 Jul 2023 22:44:52 +0000 Subject: [PATCH] chore(package.json): reintroduce is-clean check before release --- flake.lock.license | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock.license b/flake.lock.license index 0544bf968..b866d6d53 100644 --- a/flake.lock.license +++ b/flake.lock.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2022 Gregor Kleen +SPDX-FileCopyrightText: 2022-2023 Sarah Vaupel , Gregor Kleen SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/package.json b/package.json index 9905d5fcd..399c71cc5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "frontend:build": "webpack --progress", "frontend:build:watch": "webpack --watch --progress", "i18n:test": "./missing-translations.sh", - "prerelease": "npm run test", + "prerelease": "./is-clean.sh && npm run test", "release": "standard-version -a", "postrelease": "git push --follow-tags origin master", "parse-changelog": "changelog-parser ./CHANGELOG.md > changelog.json"