This commit is contained in:
Andrew Branch
2020-04-09 12:30:58 -07:00
parent faa208f61b
commit 6dad7a4fc9

View File

@@ -38,7 +38,7 @@ jobs:
# So npm removes itself and then errors because
# it cant find itself.
- name: clean
run: npx lerna clean
run: npx lerna clean --yes
- name: publish to npm
run: npx lerna publish from-git --yes
env: