From 6bfcc330211f92236071f0b1e66b2dabf8398c50 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 17 Nov 2023 15:57:45 +0000 Subject: [PATCH] build: only linting fe when releasing fe --- .release-it-fe.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.release-it-fe.json b/.release-it-fe.json index 3531a683f..c43b378cc 100644 --- a/.release-it-fe.json +++ b/.release-it-fe.json @@ -1,6 +1,9 @@ { "hooks": { - "before:init": ["npm run lint", "cd frontend && npx gulp build-production"], + "before:init": [ + "npm run lint-fe", + "cd frontend && npx gulp build-production" + ], "before:release": [ "cd frontend && npm run deploy-live", "sh ./bin/purgeCfCache.sh"