chore: allow components task to succeed even if no output

This commit is contained in:
Mo
2022-06-14 08:49:41 -05:00
parent 44056b328f
commit c6b9d5ff38

View File

@@ -42,4 +42,4 @@ jobs:
node scripts/package-components.mjs
git add dist
git commit -m 'chore(release): components'
git push -u origin HEAD
(git push -u origin HEAD) || true