Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Add pnpm for dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
faltawy committed Dec 21, 2023
1 parent 9cfa0ec commit 0d9406e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup
with:
version: latest

- name: Install dependencies
run: cd copilot-widget/ && npm install
run: cd copilot-widget/ && pnpm install

- name: Build copilot-widget
run: cd copilot-widget/ && npm run build:embed
run: cd copilot-widget/ && pnpm build:embed

- name: Upload embed as artifact.
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0d9406e

Please sign in to comment.