Skip to content

Commit

Permalink
install prod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Oct 2, 2024
1 parent 1f8ff4a commit ee1d1ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ jobs:
- run: yarn install --immutable --immutable-cache
- run: yarn tsc
- run: yarn workspaces focus --production
- run: |
cd packages/prompts
npm install --omit=dev
cd ../packages/prompts
npm install --omit=dev
cd ../packages/prompts
npm install --omit=dev
cd ../..
- name: Extract demos to an isolated folder
run: |
cur_dir=$(pwd)
Expand Down

0 comments on commit ee1d1ac

Please sign in to comment.