Skip to content

Commit

Permalink
Upgrade lerna + fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Jan 14, 2023
1 parent 22b41a6 commit 440ff23
Show file tree
Hide file tree
Showing 7 changed files with 1,081 additions and 1,293 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- run: npm run lint
- run: npm test
Expand All @@ -30,7 +28,6 @@ jobs:
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org/
node-version: '16'
- run: npm ci
- run: npx lerna publish from-package --yes
env:
Expand Down
Loading

0 comments on commit 440ff23

Please sign in to comment.