Skip to content

Commit

Permalink
Vite build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanaktion committed Apr 22, 2023
1 parent a9c05e9 commit 276d4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Node dependencies
run: npm install
- name: Build frontend code
run: npm run development
run: npm run build
- name: Directory permissions
run: chmod -R 777 storage bootstrap/cache
- name: Create database
Expand Down

0 comments on commit 276d4d7

Please sign in to comment.