Skip to content

Commit 4063e80

Browse files
committed
Update check-semver script
1 parent 2cdd82b commit 4063e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
"publish:jsr": "jsr publish --dry-run",
8484
"bundle:rollup": "rollup -c",
8585
"bundle:esbuild": "esbuild --bundle ./scratch/input.ts --outfile=./scratch/out_esbuild.js --bundle --format=esm",
86-
"check:semver": "tsx scripts/check-semver.ts"
86+
"check:semver": "tsx scripts/check-versions.ts"
8787
}
8888
}

0 commit comments

Comments
 (0)