Skip to content

Commit

Permalink
Update github workflow template
Browse files Browse the repository at this point in the history
  • Loading branch information
hackermd committed May 31, 2022
1 parent 20386c5 commit ef12fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build package in production mode
run: npm run build:prod
run: npm run build
- name: Lint with standard
run: npm run lint
- name: Test with jest
Expand Down

0 comments on commit ef12fb9

Please sign in to comment.