Explorar o código

gh action, add npm run build

Alexander Rose %!s(int64=3) %!d(string=hai) anos
pai
achega
b903677f8a
Modificáronse 1 ficheiros con 4 adicións e 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