Skip to content

Commit

Permalink
make ci.yml run npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
jalafel committed Dec 5, 2023
1 parent 366d46d commit 8ee9bfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm install
- name: Install and build node assets
run: |
npm install --silent
npm run build
- uses: ./
id: echo-test
with:
Expand Down

0 comments on commit 8ee9bfd

Please sign in to comment.