CI/lernaPublish (#700)

* ci(circle ci): test lerna publish with git tag

* ci(circle ci): checkout the repo first

* ci(circle ci): auto set upstream to the current branch

* ci(circle ci): actually push the branch

* ci(husky): ignore husky hooks if running in CI

* ci(circle ci): install root level npm packages in npm publish step

* ci(circle ci): install gh cli for npm publish

* ci(circle ci): fix orb reference

* ci(circle): fix gh pr create text values

* ci(circle): fix gh pr create args again

* ci(circle): gave up on the whole lerna push updates to the repo  stuff

* ci(circle): fix dist tag next

* ci(circle): turns out you do need husky for this to work

* ci(circle): revert to prod tagging scheme

* ci(circle): publish with default dist tag from lerna
This commit is contained in:
Gergő Jedlicska
2022-04-14 20:15:27 +02:00
committed by GitHub
parent add1888b42
commit b0395a5cf1
2 changed files with 16 additions and 22 deletions
+2
View File
@@ -1,4 +1,6 @@
#!/bin/sh
[ -n "$CI" ] && exit 0
. "$(dirname "$0")/_/husky.sh"
npx lint-staged