Skip to content

Commit

Permalink
[MS] Removed electron:open:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-7 committed Sep 10, 2024
1 parent fb95176 commit 5de2252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
"ios:copy:release": "npm run native:build && npx cap copy ios",
"ios:open": "npm run ios:copy && npx cap open ios",
"electron:copy": "npm run native:build && npx cap copy @capacitor-community/electron",
"electron:copy:dev": "npm run native:build -- --mode test && npx cap copy @capacitor-community/electron",
"electron:open": "npm run electron:copy && npx cap open @capacitor-community/electron",
"electron:open:dev": "npm run electron:copy:dev && npx cap open @capacitor-community/electron",
"electron:copy:dev": "npm run native:build -- --mode development && npx cap copy @capacitor-community/electron",
"electron:open": "npm run electron:copy:dev && npx cap open @capacitor-community/electron",
"electron:release": "npm run electron:copy && cd electron && npm run electron:release",
"electron:release:dev": "npm run electron:copy:dev && cd electron && npm run electron:release",
"electron:debug": "npm run electron:copy && cd electron && npm run electron:start",
Expand Down
1 change: 1 addition & 0 deletions client/src/views/client-area/ClientAreaSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ import {
IonList,
IonText,
popoverController,
IonSkeletonText,
} from '@ionic/vue';
import OrganizationSwitchClientPopover from '@/components/organizations/OrganizationSwitchClientPopover.vue';
import { ClientAreaPages, isDefaultOrganization } from '@/views/client-area/types';
Expand Down

0 comments on commit 5de2252

Please sign in to comment.