Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
nspalo authored Sep 15, 2023
1 parent 4a92917 commit 39afd5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [ "master", "development" ]

jobs:

build:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -40,13 +41,11 @@ jobs:
run: |
./scripts/composer.sh install
./scripts/composer.sh dump-autoload
./scripts/composer.sh run post-root-package-install
./scripts/composer.sh run post-create-project-cmd
# NPM
- name: Run NPM
run: |
./scripts/run.sh npm install --loglevel=error
./scripts/run.sh npm install
./scripts/run.sh npm run build
# Code Quality Check
Expand Down

0 comments on commit 39afd5f

Please sign in to comment.