From 4bc8397bbed761eb186f905c580a5ff37542714b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 9 Oct 2022 14:14:02 +0200 Subject: [PATCH] Fix npm publication MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/npmpublish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 16a29c22..7068c27d 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -20,9 +20,6 @@ jobs: - name: Install run: npm ci - - name: Lint - run: npm run lint - - name: Tests & Coverage run: | npm run test @@ -30,6 +27,9 @@ jobs: env: CI: true + - name: Lint + run: npm run lint + - name: Production Build run: npm run build:prod -- 2.34.1