Skip to content

Commit

Permalink
chore: remove legacy designer melos scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Aug 22, 2023
1 parent f38479f commit 92d5e23
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ scripts:
packageFilters:
scope: studyu_app

build:web:designer:
run: |
melos exec -c 1 --fail-fast -- \
"flutter build web --web-renderer auto --no-tree-shake-icons"
description: Build designer for Web.
packageFilters:
scope: studyu_designer

build:web:designer_v2:
run: |
melos exec -c 1 --fail-fast -- \
Expand Down Expand Up @@ -209,14 +201,6 @@ scripts:
scope: studyu_app
description: Runs app in chrome on port 8080 with local env

designer:web:local:
run: |
melos exec -c 1 -- \
"flutter run lib/main.dart -d chrome --web-port 8083 --dart-define=STUDYU_ENV=.env.local"
packageFilters:
scope: studyu_designer
description: Runs designer in chrome on port 8083 with local env

designer_v2:web:local:
run: |
melos exec -c 1 -- \
Expand Down

0 comments on commit 92d5e23

Please sign in to comment.