Skip to content

Commit 303310d

Browse files
committed
Added npm install
1 parent 0aeff26 commit 303310d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- name: Generate Application Key
6363
run: php artisan key:generate
6464

65+
- name: Install Node Dependencies
66+
run: npm install
67+
6568
- name: Build Assets
6669
run: npm run build
6770

0 commit comments

Comments
 (0)