Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f038e96

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /