Skip to content
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

fix(core): added micromatch and braces resolutions to common package json

fix(core): added micromatch and braces resolutions to common package json #179

Workflow file for this run

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