Skip to content

Commit

Permalink
NPM: ignore workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Oct 4, 2024
1 parent 7ede9a9 commit 5ed2106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ jobs:
- run: yarn workspaces focus --production
- run: |
cd packages/prompts
npm install --omit=dev
npm install --omit=dev --workspaces=false
cd ../packages/prompts
npm install --omit=dev
npm install --omit=dev --workspaces=false
cd ../packages/prompts
npm install --omit=dev
npm install --omit=dev --workspaces=false
cd ../..
- name: Extract demos to an isolated folder
run: |
Expand Down

0 comments on commit 5ed2106

Please sign in to comment.