Skip to content

Commit 71b7b14

Browse files
committed
chore: update build spec
1 parent f5c8e21 commit 71b7b14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Generate key
3636
run: php artisan key:generate
3737

38+
- name: Asset Build
39+
run: npm ci && npm run build
40+
3841
- name: Directory Permissions
3942
run: chmod -R 777 storage bootstrap/cache
4043

0 commit comments

Comments
 (0)