Skip to content

Commit

Permalink
install lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
LandryNorris committed Jul 7, 2023
1 parent aa3581b commit 9bbaf21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
include:
- os: ubuntu-latest
mingw: true
linux: true

steps:
- name: Checkout repository
Expand All @@ -36,6 +37,12 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install lerna
run: npm install -g lerna

- name: Build project
run: lerna run build

- name: Make prebuilds
run: lerna run makePrebuildsOnLinux

Expand Down

0 comments on commit 9bbaf21

Please sign in to comment.