Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielh-official committed Nov 11, 2023
1 parent 611179b commit 53324f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
with:
node-version: '12'
check-latest: true
- name: Install NPM dependencies
run: npm install
- name: Compile assets for production
run: npm run build
run: |
npm install
npm run build
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 53324f5

Please sign in to comment.