Skip to content

Commit

Permalink
[CI] added on PR frontend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj committed Aug 19, 2024
1 parent 8fc5f80 commit e984f1a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Frontend CI'

on:
push:
pull_request:

defaults:
run:
Expand All @@ -25,7 +25,4 @@ jobs:
run: npm install

- name: 'Build typescript'
run: npm run build

- name: 'Run dev'
run: npm run dev
run: npm run build

0 comments on commit e984f1a

Please sign in to comment.