Created
November 21, 2019 21:06
-
-
Save JulienKode/3382dae94dcb8d98e88d405f3951b620 to your computer and use it in GitHub Desktop.
CircleCi setup for monorepo: https://tech.julienkarst.com/how-to-setup-circleci-inside-a-monorepo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
trigger-workflows: | |
executor: node | |
steps: | |
- run: | |
name: Trigger workflows | |
command: node ./circleci.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment