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 58ca784 commit 0dbf01cCopy full SHA for 0dbf01c
package.json
@@ -15,7 +15,9 @@
15
"prepublishOnly": "npm run build",
16
"pretest": "npm run build",
17
"test": "mocha -r @swc-node/register 'test/index.ts'",
18
- "test:update": "mocha --update -r @swc-node/register 'test/index.ts'"
+ "test:update": "mocha --update -r @swc-node/register 'test/index.ts'",
19
+ "prerelease": "pnpm run build && pnpm run lint",
20
+ "release": "bumpp -r --all --commit \"release: %s\" --tag \"%s\""
21
},
22
"keywords": [
23
"react",
0 commit comments