Browse Source

gh action, add npm run build

Alexander Rose 3 years ago
parent
commit
b903677f8a
1 changed files with 4 additions and 2 deletions
  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