CI: always lint after build. (#192) v2.0.0-beta.2 v2.0.0-beta.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 18 Feb 2021 20:10:54 +0000 (21:10 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 20:10:54 +0000 (21:10 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/npmpublish.yml

index 90ba5eb7b355c5f0ecc4d1c883c58f0d60f92c60..d0597e52e56d82e013018d94bb03d6203124c3c6 100644 (file)
@@ -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: