Skip to content
Snippets Groups Projects
Commit b903677f authored by Alexander Rose's avatar Alexander Rose
Browse files

gh action, add npm run build

parent ef4b632a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment