fix: add back new line which lerna needs I guess

This commit is contained in:
Josh Larson 2021-11-05 17:42:12 -05:00
parent d79aebb922
commit 6f08959ac9
2 changed files with 1 additions and 2 deletions

View file

@ -90,4 +90,4 @@
"unified": "9.2.2" "unified": "9.2.2"
}, },
"version": "0.0.0" "version": "0.0.0"
} }

View file

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