Skip to content

Commit

Permalink
Update npm-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs committed May 20, 2024
1 parent b7885cc commit 147c83d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: npm-build
on:
pull_request:
defaults:
run:
working-directory: ./packages/admin
jobs:
npm-build:
runs-on: ubuntu-latest
Expand All @@ -26,13 +23,16 @@ jobs:
node-version: 20

- name: Install Composer dependencies
working-directory: ./packages/admin
run: |
composer install --no-interaction --prefer-dist
- name: Install dependencies
working-directory: ./packages/admin
run: npm ci

- name: Build assets
working-directory: ./packages/admin
run: npm run build

- name: Pull changes
Expand Down

0 comments on commit 147c83d

Please sign in to comment.