Cleanups (#144)
[poolifier.git] / .github / workflows / npmpublish.yml
index 797287343717a5fd73800a965e9cd30f7595eac8..31b02ef4c6e2016e8e88b6daaf4d3e2292b84a42 100644 (file)
@@ -17,8 +17,8 @@ jobs:
         with:
           node-version: 12
       - run: npm ci
-      - run: npm run test
       - run: npm run lint
+      - run: npm run test
       - run: npm run coverage
 
   publish-npm: