Skip to content

Commit

Permalink
test build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HedwigO committed Dec 4, 2023
1 parent d6c98b9 commit e940192
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: |
npm i
cd front-end
npm i
npm run build

0 comments on commit e940192

Please sign in to comment.