Skip to content

Commit ef12fb9

Browse files
committed
Update github workflow template
1 parent 20386c5 commit ef12fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: npm install
2828
- name: Build package in production mode
29-
run: npm run build:prod
29+
run: npm run build
3030
- name: Lint with standard
3131
run: npm run lint
3232
- name: Test with jest

0 commit comments

Comments
 (0)