This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
fix(core): added micromatch and braces resolutions to common package json #179
Workflow file for this run
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
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
packages-build: | |
runs-on: ubuntu-latest | |
name: 🚀 Packages can successfully build | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
- run: yarn install | |
- run: yarn build |