Skip to content

Commit

Permalink
Add build assets to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dommer1 committed Aug 22, 2023
1 parent 686be9b commit 0c0e128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/workflows/ci.stub
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm install
run: npm install && npm run build

- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
Expand Down

0 comments on commit 0c0e128

Please sign in to comment.