From b4e307f576948a61f158a870153d5a56c9d9fa90 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 20 Feb 2022 16:38:06 +0100 Subject: build: remove release hook Since I no longer include assets directory to the repo, it makes no sense to launch yarn build on new release. --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index c503d71..124b9dd 100644 --- a/package.json +++ b/package.json @@ -78,10 +78,5 @@ "dotenv-expand": "^8.0.1", "i18n-js": "^3.8.0", "modern-normalize": "^1.1.0" - }, - "standard-version": { - "scripts": { - "prerelease": "yarn run build && git add ." - } } } -- cgit v1.2.3