Skip to content

Commit

Permalink
Update check_website.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Feb 1, 2023
1 parent 3a79111 commit 3e0eb09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Copy .env from .env.example
run: cp .env.example .env

- name: Build
run: npm run build

- name: Svelte check
run: npm run check

Expand Down

0 comments on commit 3e0eb09

Please sign in to comment.