gh action, add npm run build

This commit is contained in:
Alexander Rose
2021-10-30 16:12:42 -07:00
parent ef4b632a07
commit b903677f8a

View File

@@ -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