fix: attempt to get publishing working

This commit is contained in:
Josh Larson 2021-11-05 17:36:13 -05:00
parent 18c6e931c3
commit d79aebb922

View file

@ -2,6 +2,8 @@ deploy:
override:
- >-
yarn workspace @shopify/hydrogen build &&
git diff &&
git reset --HARD origin/main &&
node_modules/.bin/lerna publish from-package
--no-git-tag-version
--no-push