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 0cecfdc commit c8c3b71Copy full SHA for c8c3b71
package.json
@@ -26,7 +26,7 @@
26
"typescript": "tsc --noEmit",
27
"lint": "eslint \"**/*.{js,ts,tsx}\"",
28
"prepare": "bob build",
29
- "release": "release-it",
+ "release": "release-it --npm.tag=next --preRelease=rc",
30
"example": "yarn --cwd example",
31
"pods": "cd example && pod-install --quiet",
32
"bootstrap": "yarn example && yarn && yarn pods"
0 commit comments