Fix npm publication v2.2.2
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Oct 2022 12:14:02 +0000 (14:14 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Oct 2022 12:14:02 +0000 (14:14 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/npmpublish.yml

index 16a29c22632a0793ecc417d4c92346fc64c75044..7068c27db1c1c5efcaa99884a446d2298d4dba1b 100644 (file)
@@ -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