Skip to content

Commit

Permalink
repo - Removed 'package-lock.json's, and changed monorepo-build.yml t…
Browse files Browse the repository at this point in the history
…o use 'pnpm'.
  • Loading branch information
elycruz committed Dec 30, 2023
1 parent 520efcf commit 93d2f8a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7,565 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/monorepo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: pnpm-setup
uses: pnpm/action-setup@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- run: npm ci
- run: npm run link-and-build:packages
- run: npm test
- run: pnpm ci
- run: pnpm test
Loading

0 comments on commit 93d2f8a

Please sign in to comment.