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
run: npm run lint
- name: Build bundle
run: npm run build
run: npm run compile
- name: Run unit tests
run: npm test

Loading…
Cancel
Save