Skip to content

Commit

Permalink
fix: delete group after delete tab by id
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Feb 9, 2023
1 parent ef64ca6 commit 34520bf
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 118 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"build:static": "npm run clear:electron:tsc&&npm run electron:tsc && electron-builder build",
"electron:build:web": "yarn workspace postcat-web run build",
"electron:static": "npm run electron:tsc && electron .",
"release": "npm-run-all -s build:web electron:tsc && electron-builder --publish=always && node upload.js",
"release:m1": "npm-run-all -s build:web electron:tsc && electron-builder -m=dmg --arm64 -p onTagOrDraft && node upload.js",
"release": "npm-run-all -s electron:build:web electron:tsc && electron-builder --publish=always && node upload.js",
"release:m1": "npm-run-all -s electron:build:web electron:tsc && electron-builder -m=dmg --arm64 -p onTagOrDraft && node upload.js",
"test": "npm-run-all --serial test:*",
"e2e": "yarn build:prod && npx playwright test -c e2e/playwright.config.ts e2e/",
"clear:electron:tsc": "tsc --build --clean",
Expand Down
Loading

0 comments on commit 34520bf

Please sign in to comment.