File tree Expand file tree Collapse file tree 8 files changed +15
-14
lines changed
with-typescript-simple-cjs
with-typescript-simple-esm Expand file tree Collapse file tree 8 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 6
6
"bench-tinybench" : " node tinybench.js"
7
7
},
8
8
"devDependencies" : {
9
- "@codspeed/benchmark.js-plugin" : " workspace:^1.1.0 " ,
10
- "@codspeed/tinybench-plugin" : " workspace:^1.1.0 " ,
9
+ "@codspeed/benchmark.js-plugin" : " workspace:* " ,
10
+ "@codspeed/tinybench-plugin" : " workspace:* " ,
11
11
"benchmark" : " ^2.1.4" ,
12
12
"tinybench" : " ^2.5.0"
13
13
}
Original file line number Diff line number Diff line change 7
7
"bench-tinybench" : " node tinybench.js"
8
8
},
9
9
"devDependencies" : {
10
- "@codspeed/benchmark.js-plugin" : " workspace:^1.1.0 " ,
11
- "@codspeed/tinybench-plugin" : " workspace:^1.1.0 " ,
10
+ "@codspeed/benchmark.js-plugin" : " workspace:* " ,
11
+ "@codspeed/tinybench-plugin" : " workspace:* " ,
12
12
"benchmark" : " ^2.1.4" ,
13
13
"tinybench" : " ^2.5.0"
14
14
}
Original file line number Diff line number Diff line change 6
6
"bench-tinybench" : " node -r esbuild-register bench/tinybench/index.bench.ts"
7
7
},
8
8
"devDependencies" : {
9
- "@codspeed/benchmark.js-plugin" : " workspace:^1.1.0 " ,
10
- "@codspeed/tinybench-plugin" : " workspace:^1.1.0 " ,
9
+ "@codspeed/benchmark.js-plugin" : " workspace:* " ,
10
+ "@codspeed/tinybench-plugin" : " workspace:* " ,
11
11
"@types/benchmark" : " ^2.1.2" ,
12
12
"benchmark" : " ^2.1.4" ,
13
13
"tinybench" : " ^2.5.0" ,
Original file line number Diff line number Diff line change 7
7
"bench-tinybench" : " node --loader esbuild-register/loader -r esbuild-register bench/tinybench/index.bench.ts"
8
8
},
9
9
"devDependencies" : {
10
- "@codspeed/benchmark.js-plugin" : " workspace:^1.1.0 " ,
11
- "@codspeed/tinybench-plugin" : " workspace:^1.1.0 " ,
10
+ "@codspeed/benchmark.js-plugin" : " workspace:* " ,
11
+ "@codspeed/tinybench-plugin" : " workspace:* " ,
12
12
"@types/benchmark" : " ^2.1.2" ,
13
13
"benchmark" : " ^2.1.4" ,
14
14
"tinybench" : " ^2.5.0" ,
Original file line number Diff line number Diff line change 6
6
"bench-tinybench" : " node -r esbuild-register tinybench.ts"
7
7
},
8
8
"devDependencies" : {
9
- "@codspeed/benchmark.js-plugin" : " workspace:^1.1.0 " ,
10
- "@codspeed/tinybench-plugin" : " workspace:^1.1.0 " ,
9
+ "@codspeed/benchmark.js-plugin" : " workspace:* " ,
10
+ "@codspeed/tinybench-plugin" : " workspace:* " ,
11
11
"@types/benchmark" : " ^2.1.2" ,
12
12
"benchmark" : " ^2.1.4" ,
13
13
"esbuild-register" : " ^3.4.2" ,
Original file line number Diff line number Diff line change 7
7
"bench-tinybench" : " node --loader esbuild-register/loader -r esbuild-register tinybench.ts"
8
8
},
9
9
"devDependencies" : {
10
- "@codspeed/benchmark.js-plugin" : " workspace:^1.1.0 " ,
11
- "@codspeed/tinybench-plugin" : " workspace:^1.1.0 " ,
10
+ "@codspeed/benchmark.js-plugin" : " workspace:* " ,
11
+ "@codspeed/tinybench-plugin" : " workspace:* " ,
12
12
"@types/benchmark" : " ^2.1.2" ,
13
13
"benchmark" : " ^2.1.4" ,
14
14
"esbuild-register" : " ^3.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " pnpm" ,
3
3
"useWorkspaces" : true ,
4
+ "packages" : [" packages/*" ],
4
5
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
5
6
"version" : " 1.1.0"
6
7
}
Original file line number Diff line number Diff line change 10
10
# Fail if there are any unstaged changes left
11
11
git diff --exit-code
12
12
13
- pnpm lerna version $1 -y --force-publish
13
+ pnpm lerna version $1 -y --force-publish --no-private
14
14
pnpm moon run :build
15
15
pnpm publish -r --access=public
16
16
NEW_VERSION=$( pnpm lerna list --json | jq -r ' .[] | select(.name == "@codspeed/core") | .version' )
17
- gh release create v$NEW_VERSION --title " v$NEW_VERSION " --generate-notes -d
17
+ gh release create v$NEW_VERSION --title " v$NEW_VERSION " --generate-notes -d
You can’t perform that action at this time.
0 commit comments