Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Nov 21, 2024
1 parent 3d2f2ea commit 7684b5b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions scripts/add-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,7 @@ function generateNextVersion() {
}

function build() {
// 直接运行 pnpm build 要报错,用一下蠢办法
execSync(`pnpm clean`, {
stdio: 'inherit',
});

execSync(`pnpm build:umd & pnpm build:cjs & pnpm build:esm`, {
stdio: 'inherit',
});

execSync(`pnpm dts:build && pnpm dts:extract`, {
execSync(`pnpm build`, {
stdio: 'inherit',
});
}
Expand Down

0 comments on commit 7684b5b

Please sign in to comment.