Skip to content

Commit d774ccc

Browse files
authored
chore: create release script in package.json (#71)
1 parent 8deba46 commit d774ccc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"build:pick": "cherry-pick --name=@restart/hooks --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
2525
"build": "rimraf lib && 4c build src && yarn build:pick",
2626
"deploy-docs": "yarn --cwd www build --prefix-paths && gh-pages -d www/public",
27-
"prepublishOnly": "yarn build"
27+
"prepublishOnly": "yarn build",
28+
"release": "rollout"
2829
},
2930
"jest": {
3031
"preset": "@4c",

0 commit comments

Comments
 (0)