Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable workspaces #47

Merged
merged 12 commits into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/lernaci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,15 @@ jobs:
build:
name: Build Monorepo
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: 🚧 Checkout code
uses: actions/checkout@v2
with:
lfs: true
- name: 🥁 Use Node.js ${{ matrix.node-version }}
- name: 🥁 Setup Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: ♻️ NPM CI
run: npm ci
- name: 🥾 Bootstrap monorepo
run: npm run lerna -- bootstrap
- name: 🔨 Build IFC typescript packages
run: npm run lerna -- run build:ts
- name: 🛠 Build All packages
run: npm run lerna -- run build
- name: 🧪 Test all packages with coverage
Expand Down
File renamed without changes.
Loading
Loading