We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8cad3 commit 11cb576Copy full SHA for 11cb576
package.json
@@ -12,7 +12,7 @@
12
"test:e2e": "test-e2e",
13
"format": "biome format --write .",
14
"lint": "biome lint .",
15
- "prepublishOnly": "pnpm run test && changeset version",
+ "prepublishOnly": "pnpm run test:e2e && changeset version",
16
"publish:beta": "changeset pre enter beta && pnpm run prepublishOnly && changeset publish -r --tag beta && changeset pre exit",
17
"publish:stable": "pnpm run prepublishOnly && changeset publish -r"
18
},
0 commit comments