Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename @deephaven/app to @deephaven/code-studio #3

Merged
merged 1 commit into from
Apr 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"clean": "npm run clean:build && npm run clean:modules",
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna run build --stream",
"build:app": "lerna run --scope=@deephaven/app build",
"build:packages": "lerna run --ignore=@deephaven/app build --stream",
"build:app": "lerna run --scope=@deephaven/code-studio build",
"build:packages": "lerna run --ignore=@deephaven/code-studio build --stream",
"build:profile": "lerna run build --stream --profile",
"start": "run-p start:*",
"start:app": "lerna run start --scope=@deephaven/app --stream",
"start:packages": "lerna run watch --ignore=@deephaven/app --stream --parallel",
"start:app": "lerna run start --scope=@deephaven/code-studio --stream",
"start:packages": "lerna run watch --ignore=@deephaven/code-studio --stream --parallel",
"prestart": "lerna run prestart --stream",
"pretest:ci": "npm run build:packages",
"test": "lerna run test --stream --parallel",
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.

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

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@deephaven/app",
"name": "@deephaven/code-studio",
"version": "0.0.1",
"description": "Deephaven Web UI",
"author": "Deephaven Data Labs LLC",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading