Skip to content

Commit

Permalink
update(nextjs): remove app creation from bare starters
Browse files Browse the repository at this point in the history
  • Loading branch information
leimonio committed Oct 16, 2023
1 parent 5a1c4c6 commit c686b60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nextjs-bare-starter-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
- name: Create a new app
run: |
cd my-nextjs-workspace
bit create nextjs apps/my-nextjs-app
bit install --log error
bit list --log error
bit use apps/my-nextjs-app
bit app list --log error
bit status --log error
bit run my-nextjs-app &
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nextjs-bare-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
- name: Create a new app
run: |
cd my-nextjs-workspace
bit create nextjs apps/my-nextjs-app
bit install --log error
bit list --log error
bit use apps/my-nextjs-app --log error
bit app list --log error
bit status --log error
bit run my-nextjs-app --log error &
Expand Down

0 comments on commit c686b60

Please sign in to comment.