Skip to content

Commit

Permalink
add(nextjs): create install missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leimonio committed Sep 19, 2023
1 parent 83c4184 commit cd3470b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nextjs-create-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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 cd3470b

Please sign in to comment.