From: Jérôme Benoit Date: Thu, 18 Feb 2021 20:10:54 +0000 (+0100) Subject: CI: always lint after build. (#192) X-Git-Tag: v2.0.0-beta.2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ec66e82b95433442e9f2afa53a34a806bd3f330f;p=poolifier.git CI: always lint after build. (#192) Signed-off-by: Jérôme Benoit --- 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: