Skip to content

Commit

Permalink
Remove npm run build steps from yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p2635 committed Jan 25, 2024
1 parent d5bf656 commit a2b309e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build --if-present
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/[email protected]
with:
build: npm run build
start: npm start

0 comments on commit a2b309e

Please sign in to comment.