Skip to content

Commit

Permalink
removed the --if present option from the yarn build command
Browse files Browse the repository at this point in the history
  • Loading branch information
NkwaTambe committed Apr 25, 2024
1 parent 6f64fb2 commit 8ab649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: yarn install --frozen-lockfile
- run: yarn build --if-present
- run: yarn build

0 comments on commit 8ab649f

Please sign in to comment.