Skip to content

Commit

Permalink
ci: prepare playground before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
batopa committed Dec 6, 2024
1 parent 03626b6 commit c63e51f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
- name: Install
run: npm install

- name: Prepare
run: npm run dev:prepare

- name: Lint
run: npm run lint

0 comments on commit c63e51f

Please sign in to comment.