Skip to content

Commit

Permalink
fix: sillyme
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed Sep 6, 2023
1 parent 8e0cd0b commit 688fe37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: npm install
working-directory: ./app

- name: Create app env
run: cp .env.example .env
working-directory: ./app

- name: Build app
run: npm run build
working-directory: ./app
Expand Down

0 comments on commit 688fe37

Please sign in to comment.