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.
2 parents cb88b7d + e4abfbe commit 0e37053Copy full SHA for 0e37053
1 file changed
package.json
@@ -23,6 +23,7 @@
23
"build": "tsup",
24
"demo": "npx tsc src/demo && node src/demo",
25
"lint": "tsc",
26
+ "release": "pnpm run build && changeset publish",
27
"test": "jest --coverage",
28
"test:watch": "jest --watch"
29
},
0 commit comments