Explorar el Código

gh action, add npm run build

Alexander Rose hace 3 años
padre
commit
b903677f8a
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      .github/workflows/node.yml

+ 4 - 2
.github/workflows/node.yml

@@ -12,7 +12,9 @@ jobs:
         node-version: 14
     - run: npm ci
     - run: sudo apt-get install xvfb
-    - name: ESLint
+    - name: Lint
       run: npm run lint
-    - name: Jest
+    - name: Test
       run: xvfb-run --auto-servernum npm run jest
+    - name: Build
+      run: npm run build