Skip to content

Commit

Permalink
Update node.js.yml 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nxdun authored Feb 9, 2024
1 parent 48be729 commit f52cf64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm i
- run: cd frontend & npm install --save react-credit-card-input styled-components easyinvoice --force & npm i --force
- run: backend & npm i

0 comments on commit f52cf64

Please sign in to comment.