Skip to content

Commit d08e660

Browse files
authored
Move testChangedPackageNames prior to changeset publish (#967)
1 parent 6f89da4 commit d08e660

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"generate:map": "tsx scripts/generateClientTypesMap",
3939
"generate:tests": "tsx scripts/generateNewClientTests",
4040
"lint": "biome lint --write",
41-
"prepublishOnly": "tsx scripts/testChangedPackageNames",
42-
"release": "npm run build && changeset publish",
41+
"release": "tsx scripts/testChangedPackageNames && npm run build && changeset publish",
4342
"test": "vitest",
4443
"version": "changeset version && npm i --package-lock-only"
4544
},

0 commit comments

Comments
 (0)