Skip to content

Commit

Permalink
add(nextjs): create nightly install missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leimonio committed Sep 20, 2023
1 parent cd3470b commit 86ff261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nextjs-create-app-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
cd my-nextjs-workspace
bit create nextjs apps/my-nextjs-app --aspect teambit.nextjs/nextjs --log error
bit install --add-missing-deps --log error
bit use apps/my-nextjs-app --log error
- name: Show components, envs and status
run: |
Expand Down

0 comments on commit 86ff261

Please sign in to comment.