Skip to content

Commit f038e96

Browse files
committed
ci(github): removes --if-present flag from build.yaml
Not sure what the purpose of it was. It now breaks build using parcel because parcel doesn't understand the flag
1 parent c2e6962 commit f038e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: yarn --frozen-lockfile
3838

3939
- name: Build
40-
run: yarn build --if-present
40+
run: yarn build
4141
# todo - make tests
4242
# - run: yarn test:unit
4343
# - run: yarn test:compatability

0 commit comments

Comments
 (0)