Skip to content

Commit

Permalink
build step
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Oct 30, 2023
1 parent 9b15214 commit a4f79d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sample-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,12 @@ jobs:
- name: View modified files
run: cat package.json composer.json

# - name: Build JavaScript
# run: npm run build
- name: Build JavaScript in module
working-directory: ./modules/${{ github.repository }}
run: npm run build

- name: Build JavaScript in plugin
run: npm run build


- name: Prepare files
Expand Down

0 comments on commit a4f79d6

Please sign in to comment.