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 df53345 commit a443fdcCopy full SHA for a443fdc
package.json
@@ -91,6 +91,7 @@
91
"play": "npm -C playground run dev",
92
"prepublishOnly": "npm run build",
93
"release": "bumpp && npm publish",
94
+ "publish": "pnpm build && changeset publish",
95
"start": "esno src/index.ts",
96
"test": "vitest"
97
},
0 commit comments