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 07aff51 commit 5d28fd9Copy full SHA for 5d28fd9
package.json
@@ -30,7 +30,8 @@
30
"precommit": "npm run format && npm run lint && npm run build",
31
"prepush": "npm run precommit",
32
"prepublishOnly": "npm run build",
33
- "npm:update": "npm run clean:all && npx npm-check-updates --upgrade && npm install"
+ "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"
35
},
36
"dependencies": {},
37
"peerDependencies": {
0 commit comments