Use `compile` instead of `build` so that tests aren't run twice

pull/378/head
Glen Cheney 2 years ago
parent 39661d3bbc
commit d6073919d4

@ -20,6 +20,6 @@ jobs:
- name: Lint files - name: Lint files
run: npm run lint run: npm run lint
- name: Build bundle - name: Build bundle
run: npm run build run: npm run compile
- name: Run unit tests - name: Run unit tests
run: npm test run: npm test

Loading…
Cancel
Save