From ec66e82b95433442e9f2afa53a34a806bd3f330f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 18 Feb 2021 21:10:54 +0100 Subject: [PATCH] CI: always lint after build. (#192) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 90ba5eb7..d0597e52 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -17,8 +17,8 @@ jobs: with: node-version: 12 - run: npm ci - - run: npm run lint - run: npm run test:prod + - run: npm run lint - run: npm run coverage publish-npm: -- 2.34.1