Skip to content

Commit

Permalink
update to new frontend org
Browse files Browse the repository at this point in the history
  • Loading branch information
benjgil committed Dec 18, 2023
1 parent fca1937 commit b298868
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/html-bare-starter-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
bvm
bvm config set RELEASE_TYPE nightly
bvm upgrade
bit new html my-html-workspace --aspect teambit.html/html-env --default-scope org.scope-name --log error
bit new html my-html-workspace --aspect frontend.html/html-env --default-scope org.scope-name --log error
- name: Check initial status
run: |
cd my-html-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/html-bare-starter-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
bvm
bvm config set RELEASE_TYPE nightly
bvm upgrade
bit new html my-html-workspace --aspect teambit.html/html-env --default-scope org.scope-name --log error
bit new html my-html-workspace --aspect frontend.html/html-env --default-scope org.scope-name --log error
- name: Check initial status
run: |
cd my-html-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/html-create-component-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new html my-workspace --env teambit.html/html-env --default-scope my-org.my-scope --log error
bit new html my-workspace --env frontend.html/html-env --default-scope my-org.my-scope --log error
- name: Create a React component and set env
run: |
cd my-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/html-create-component-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new html my-workspace --env teambit.html/html-env --default-scope my-org.my-scope --log error
bit new html my-workspace --env frontend.html/html-env --default-scope my-org.my-scope --log error
- name: Create a React component and set env
run: |
cd my-workspace
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/html-create-env-component-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Create a Html env
run: |
cd my-workspace
bit create html-env envs/my-html-env --aspect teambit.html/html-env --log error
bit create html-env envs/my-html-env --aspect frontend.html/html-env --log error
- name: Create a Html component and set env
run: |
cd my-workspace
bit create html pages/welcome --aspect teambit.html/html-env --log error
bit create html pages/welcome --aspect frontend.html/html-env --log error
bit env set my-org.my-scope/pages/welcome my-org.my-scope/envs/my-html-env --log error
- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/html-create-env-component-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Create a Html env
run: |
cd my-workspace
bit create html-env envs/my-html-env --aspect teambit.html/html-env --log error
bit create html-env envs/my-html-env --aspect frontend.html/html-env --log error
- name: Create a Html component and set env
run: |
cd my-workspace
bit create html pages/welcome --aspect teambit.html/html-env --log error
bit create html pages/welcome --aspect frontend.html/html-env --log error
bit env set my-org.my-scope/pages/welcome my-org.my-scope/envs/my-html-env --log error
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/html-create-workspace-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new html my-workspace --env teambit.html/html-env --default-scope my-org.my-scope --log error
bit new html my-workspace --env frontend.html/html-env --default-scope my-org.my-scope --log error
- name: Show components, envs and status
run: |
cd my-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/html-create-workspace-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new html my-workspace --env teambit.html/html-env --default-scope my-org.my-scope --log error
bit new html my-workspace --env frontend.html/html-env --default-scope my-org.my-scope --log error
- name: Show components, envs and status
run: |
cd my-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/html-hello-world-quickstart-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bvm config
- name: Initialize a workspace
run: |
bit new vanilla-hello-world my-hello-world-vanilla --env teambit.community/starters/hello-world-vanilla --log error
bit new html-hello-world my-hello-world-vanilla --env teambit.community/starters/hello-world-vanilla --log error
- name: Run the app component
run: |
cd my-hello-world-vanilla
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
- name: Bit sign get-hello-world
run: |
cd hello-world-vanilla-ripple
bit sign teambit.html/quickstart/hello-world --multiple --rebuild --log error
bit sign frontend.html/quickstart/hello-world --multiple --rebuild --log error
- name: Bit sign envs/my-html-env
run: |
cd hello-world-vanilla-ripple
bit sign teambit.html/quickstart/hello-world-html-app --multiple --rebuild --log error
bit sign frontend.html/quickstart/hello-world-html-app --multiple --rebuild --log error
- name: Bit sign ui/hello-world
run: |
cd hello-world-vanilla-ripple
bit sign teambit.html/quickstart/my-shared-styles --multiple --rebuild --log error
bit sign frontend.html/quickstart/my-shared-styles --multiple --rebuild --log error
- name: Bit sign hello-world-app
run: |
cd hello-world-vanilla-ripple
bit sign teambit.html/quickstart/footer-function --multiple --rebuild --log error
bit sign frontend.html/quickstart/footer-function --multiple --rebuild --log error
continue-on-error: false
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
- name: Bit sign get-hello-world
run: |
cd hello-world-vanilla-ripple
bit sign teambit.html/quickstart/hello-world --multiple --rebuild --log error
bit sign frontend.html/quickstart/hello-world --multiple --rebuild --log error
- name: Bit sign envs/my-html-env
run: |
cd hello-world-vanilla-ripple
bit sign teambit.html/quickstart/hello-world-html-app --multiple --rebuild --log error
bit sign frontend.html/quickstart/hello-world-html-app --multiple --rebuild --log error
- name: Bit sign ui/hello-world
run: |
cd hello-world-vanilla-ripple
bit sign teambit.html/quickstart/my-shared-styles --multiple --rebuild --log error
bit sign frontend.html/quickstart/my-shared-styles --multiple --rebuild --log error
- name: Bit sign hello-world-app
run: |
cd hello-world-vanilla-ripple
bit sign teambit.html/quickstart/footer-function --multiple --rebuild --log error
bit sign frontend.html/quickstart/footer-function --multiple --rebuild --log error
continue-on-error: false
4 changes: 2 additions & 2 deletions .github/workflows/html-hello-world-quickstart-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
bvm config
- name: Initialize a workspace
run: |
bit new vanilla-hello-world my-hello-world-vanilla --env teambit.community/starters/hello-world-vanilla --log error
bit new html-hello-world my-hello-world-vanilla --env teambit.community/starters/hello-world-html --log error
- name: Run the app component
run: |
cd my-hello-world-vanilla
bit run hello-world-app --log error &
bit run hello-world-html-app --log error &
checkserver http://localhost:3000
- name: Preview components
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lit-bare-starter-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
bvm
bvm config set RELEASE_TYPE nightly
bvm upgrade
bit new lit my-lit-workspace --aspect teambit.web-components/lit --default-scope org.scope-name --log error
bit new lit my-lit-workspace --aspect frontend.lit/lit-env --default-scope org.scope-name --log error
- name: Check initial status
run: |
cd my-lit-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lit-bare-starter-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
bvm
bvm config set RELEASE_TYPE nightly
bvm upgrade
bit new lit my-lit-workspace --aspect teambit.web-components/lit --default-scope org.scope-name --log error
bit new lit my-lit-workspace --aspect frontend.lit/lit-env --default-scope org.scope-name --log error
- name: Check initial status
run: |
cd my-lit-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lit-create-component-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new lit my-workspace --env teambit.web-components/lit --default-scope my-org.my-scope --log error
bit new lit my-workspace --env frontend.lit/lit-env --default-scope my-org.my-scope --log error
- name: Create a React component and set env
run: |
cd my-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lit-create-component-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new lit my-workspace --env teambit.web-components/lit --default-scope my-org.my-scope --log error
bit new lit my-workspace --env frontend.lit/lit-env --default-scope my-org.my-scope --log error
- name: Create a React component and set env
run: |
cd my-workspace
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lit-create-env-component-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Create a Lit env
run: |
cd my-workspace
bit create lit-env envs/my-lit-env --aspect teambit.web-components/lit --log error
bit create lit-env envs/my-lit-env --aspect frontend.lit/lit-env --log error
- name: Create a Lit component and set env
run: |
cd my-workspace
bit create lit pages/welcome-home --aspect teambit.web-components/lit --log error
bit create lit pages/welcome-home --aspect frontend.lit/lit-env --log error
bit env set my-org.my-scope/pages/welcome-home my-org.my-scope/envs/my-lit-env --log error
- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lit-create-env-component-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Create a Lit env
run: |
cd my-workspace
bit create lit-env envs/my-lit-env --aspect teambit.web-components/lit --log error
bit create lit-env envs/my-lit-env --aspect frontend.lit/lit-env --log error
- name: Create a Lit component and set env
run: |
cd my-workspace
bit create lit pages/welcome-home --aspect teambit.web-components/lit --log error
bit create lit pages/welcome-home --aspect frontend.lit/lit-env --log error
bit env set my-org.my-scope/pages/welcome-home my-org.my-scope/envs/my-lit-env --log error
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lit-create-workspace-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new lit my-workspace --env teambit.web-components/lit --default-scope my-org.my-scope --log error
bit new lit my-workspace --env frontend.lit/lit-env --default-scope my-org.my-scope --log error
- name: Show components, envs and status
run: |
cd my-workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lit-create-workspace-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bvm config
- name: Create a new workspace
run: |
bit new lit my-workspace --env teambit.web-components/lit --default-scope my-org.my-scope --log error
bit new lit my-workspace --env frontend.lit/lit-env --default-scope my-org.my-scope --log error
- name: Show components, envs and status
run: |
cd my-workspace
Expand Down

0 comments on commit b298868

Please sign in to comment.