Skip to content

Commit

Permalink
chore: remove lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukaato committed Aug 16, 2024
1 parent 30e4ca9 commit b30f9ad
Show file tree
Hide file tree
Showing 7 changed files with 1,328 additions and 9,469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
node-version: ${{ inputs.node-version }}

- name: Install Dependencies
run: npx lerna exec --scope @poppy-ui/${{ inputs.package }} npm install
run: npm install -w @poppy-ui/${{ inputs.package }}
shell: bash

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions/quality/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
node-version: ${{ inputs.node-version }}

- name: Install Dependencies
run: npx lerna exec --scope @poppy-ui/${{ inputs.package }} npm install
run: npm install -w @poppy-ui/${{ inputs.package }}
shell: bash

- name: Prettier
Expand Down
4 changes: 0 additions & 4 deletions lerna.json

This file was deleted.

Loading

0 comments on commit b30f9ad

Please sign in to comment.