Skip to content

Commit 52be05c

Browse files
committed
Merge branch 'development'
2 parents 270d521 + cce360b commit 52be05c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
1616
- name: Install Dependencies
1717
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
18+
- name: Install NPM Dependencies
19+
run: npm install
20+
- name: Compile Assets
21+
run: npm run production
1822
- name: Generate Key
1923
run: php artisan key:generate
2024
- name: Execute Tests

0 commit comments

Comments
 (0)