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 09183cc commit ea595d7Copy full SHA for ea595d7
package.json
@@ -65,6 +65,7 @@
65
"build": "npm run clean && npm run compile",
66
"docs-gen": "typedoc --out docs src/index.ts",
67
"json-docs-gen": "typedoc --json dist/docs.json src/index.ts",
68
+ "version": "changeset version && npm i --package-lock-only && npm run build",
69
"release": "npm run build && changeset publish"
70
}
71
0 commit comments