Skip to content

Commit 3099b0e

Browse files
committed
Fix package validation
1 parent 7016e96 commit 3099b0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -195,19 +195,19 @@ for:
195195
elif [[ "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]]; then
196196
197197
pushd src/serious_python_platform_interface
198-
dart pub publish --dry-run || exit 1
198+
dart pub publish --dry-run
199199
popd
200200
201201
pushd src/serious_python_android
202-
dart pub publish --dry-run || exit 1
202+
dart pub publish --dry-run
203203
popd
204204
205205
pushd src/serious_python_ios
206-
dart pub publish --dry-run || exit 1
206+
dart pub publish --dry-run
207207
popd
208208
209209
pushd src/serious_python
210-
dart pub publish --dry-run || exit 1
210+
dart pub publish --dry-run
211211
popd
212212
fi
213213

0 commit comments

Comments
 (0)