Skip to content

Commit

Permalink
perf(projects): remove @soybeanjs/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 21, 2024
1 parent dafb6fa commit 4134955
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 162 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -36,7 +36,7 @@
"lint": "eslint . --fix",
"prepare": "simple-git-hooks",
"preview": "vite preview",
"release": "soy release",
"release": "sa release",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"update-pkg": "sa update-pkg"
},
Expand Down Expand Up @@ -65,7 +65,6 @@
"@iconify/json": "2.2.171",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/cli": "1.0.2",
"@soybeanjs/eslint-config": "1.1.6",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/src/index.ts
Expand Up @@ -11,7 +11,7 @@ type CommandAction<A extends object> = (args?: A) => Promise<void> | void;
type CommandWithAction<A extends object = object> = Record<Command, { desc: string; action: CommandAction<A> }>;

interface CommandArg {
/** Execute additional command after bumping and before git commit. Defaults to 'npx soy changelog' */
/** Execute additional command after bumping and before git commit. Defaults to 'pnpm sa changelog' */
execute?: string;
/** Indicates whether to push the git commit and tag. Defaults to true */
push?: boolean;
Expand Down

1 comment on commit 4134955

@vercel
Copy link

@vercel vercel bot commented on 4134955 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

soybean-admin – ./

soybean-admin-eta.vercel.app
soybean-admin-soybeanjs.vercel.app
soybean-admin-git-main-soybeanjs.vercel.app

Please sign in to comment.