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 8deba46 commit d774cccCopy full SHA for d774ccc
package.json
@@ -24,7 +24,8 @@
24
"build:pick": "cherry-pick --name=@restart/hooks --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
25
"build": "rimraf lib && 4c build src && yarn build:pick",
26
"deploy-docs": "yarn --cwd www build --prefix-paths && gh-pages -d www/public",
27
- "prepublishOnly": "yarn build"
+ "prepublishOnly": "yarn build",
28
+ "release": "rollout"
29
},
30
"jest": {
31
"preset": "@4c",
0 commit comments