Skip to content

Commit b63f8aa

Browse files
NicolappsConvex, Inc.
authored andcommitted
eslint-plugin: Run check-version as part of the CI (#42010)
GitOrigin-RevId: 0b7b56be4902abbd17a19f6e9deb62a644ac5400
1 parent b0413a6 commit b63f8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/@convex-dev/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "tshy",
8-
"test": "vitest run",
8+
"test": "vitest run && node src/scripts/check-version.mjs",
99
"test:types": "tsc --noEmit",
1010
"test:watch": "vitest",
1111
"prepare": "tshy",

0 commit comments

Comments
 (0)