Skip to content

Commit 5d28fd9

Browse files
committed
npm command to publish a beta
1 parent 07aff51 commit 5d28fd9

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
@@ -30,7 +30,8 @@
3030
"precommit": "npm run format && npm run lint && npm run build",
3131
"prepush": "npm run precommit",
3232
"prepublishOnly": "npm run build",
33-
"npm:update": "npm run clean:all && npx npm-check-updates --upgrade && npm install"
33+
"npm:update": "npm run clean:all && npx npm-check-updates --upgrade && npm install",
34+
"publish:beta": "npm version 0.10.0-beta.1 && npm publish --tag next --dry-run"
3435
},
3536
"dependencies": {},
3637
"peerDependencies": {

0 commit comments

Comments
 (0)