Skip to content

Instantly share code, notes, and snippets.

@agustinustheo
Created November 6, 2022 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustinustheo/2cc6cbfdac1d6a19fabc8d11b7625336 to your computer and use it in GitHub Desktop.
Save agustinustheo/2cc6cbfdac1d6a19fabc8d11b7625336 to your computer and use it in GitHub Desktop.
GH Actions for Lerna and React
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Monorepo Code
uses: actions/checkout@v2
- name: Yarn Bootstrap
uses: borales/actions-yarn@v3.0.0
with:
cmd: bootstrap:ci # will run `yarn bootstrap:ci` command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment