Skip to content

Commit

Permalink
build: rename vite apps to have -app suffix (#493)
Browse files Browse the repository at this point in the history
* fix: extra lines in inline recommendation

* build: rename vite apps to have `-app` suffix
  • Loading branch information
grant0417 authored Jan 27, 2025
1 parent 98ad5bd commit df4904f
Show file tree
Hide file tree
Showing 177 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build-scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ def build_npm_packages(run_test: bool = True) -> NpmBuildOutput:
# copy to output
dashboard_path = BUILD_DIR / "dashboard"
shutil.rmtree(dashboard_path, ignore_errors=True)
shutil.copytree("packages/dashboard/dist", dashboard_path)
shutil.copytree("packages/dashboard-app/dist", dashboard_path)

autocomplete_path = BUILD_DIR / "autocomplete"
shutil.rmtree(autocomplete_path, ignore_errors=True)
shutil.copytree("packages/autocomplete/dist", autocomplete_path)
shutil.copytree("packages/autocomplete-app/dist", autocomplete_path)

vscode_path = BUILD_DIR / "vscode-plugin.vsix"
shutil.rmtree(vscode_path, ignore_errors=True)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@amzn/autocomplete",
"name": "@amzn/autocomplete-app",
"private": true,
"version": "1.0.0",
"repository": "https://github.com/aws/amazon-q-developer-cli",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@amzn/dashboard",
"name": "@amzn/dashboard-app",
"private": true,
"version": "1.0.0",
"repository": "https://github.com/aws/amazon-q-developer-cli",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df4904f

Please sign in to comment.