Skip to content

Commit

Permalink
Update vuejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kulisse authored Jun 9, 2022
1 parent 3081761 commit d800264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vuejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Run Vuejs installation
run: npm ci
- name: Run Vuejs Build
run: npm build
run: npm run build
- name: Run Vuejs unit test
run: npm run test:unit
- name: Run VueJS Linter
Expand Down

0 comments on commit d800264

Please sign in to comment.