We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 270d521 + cce360b commit 52be05cCopy full SHA for 52be05c
.github/workflows/main.yml
@@ -15,6 +15,10 @@ jobs:
15
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
16
- name: Install Dependencies
17
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
22
- name: Generate Key
23
run: php artisan key:generate
24
- name: Execute Tests
0 commit comments