Skip to content

Commit 11cb576

Browse files
committed
chore
1 parent ae8cad3 commit 11cb576

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
@@ -12,7 +12,7 @@
1212
"test:e2e": "test-e2e",
1313
"format": "biome format --write .",
1414
"lint": "biome lint .",
15-
"prepublishOnly": "pnpm run test && changeset version",
15+
"prepublishOnly": "pnpm run test:e2e && changeset version",
1616
"publish:beta": "changeset pre enter beta && pnpm run prepublishOnly && changeset publish -r --tag beta && changeset pre exit",
1717
"publish:stable": "pnpm run prepublishOnly && changeset publish -r"
1818
},

0 commit comments

Comments
 (0)