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:
@@ -1,4 +1,6 @@
|
||||
#!/bin/sh
|
||||
[ -n "$CI" ] && exit 0
|
||||
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
||||
|
||||
Reference in New Issue
Block a user