Skip to content

Commit

Permalink
remove npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Mar 27, 2024
1 parent 1e137ae commit 58ba7f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ jobs:
- name: Generate key
run: php artisan key:generate

- name: Build frontend
run: |
npm run build
- name: Execute tests
env:
DB_USERNAME: root
Expand Down Expand Up @@ -99,10 +95,6 @@ jobs:
- name: Copy .env
run: php -r "file_exists('.env') || copy('staging.env.example', '.env');"

- name: Build frontend
run: |
npm run build
- name: Generate key
run: php artisan key:generate

Expand Down

0 comments on commit 58ba7f3

Please sign in to comment.