Skip to content

Commit

Permalink
Removed --if-present
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedalatawi committed Nov 6, 2024
1 parent ac4de59 commit 2a93062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: yarn install

- name: Build project
run: yarn run build --if-present
run: yarn run build

- name: Delete build artifact
uses: geekyeggo/delete-artifact@v2
Expand Down

0 comments on commit 2a93062

Please sign in to comment.