You've already forked Epicnabbo-Catalogus-Updated-Daily
Update laravel.yml
This commit is contained in:
+7
-4
@@ -42,11 +42,14 @@
|
||||
run: |
|
||||
composer install --no-scripts
|
||||
|
||||
- name: Install NPM dependencies
|
||||
run: npm install
|
||||
- name: Enable Corepack (Yarn)
|
||||
run: corepack enable
|
||||
|
||||
- name: Compile assets
|
||||
run: npm run build:atom
|
||||
- name: Install Yarn dependencies
|
||||
run: yarn install --silent
|
||||
|
||||
- name: Compile assets (Atom)
|
||||
run: yarn run build:atom
|
||||
|
||||
- name: Prepare Laravel Application
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user