We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e1fbc commit b78b604Copy full SHA for b78b604
package.json
@@ -116,7 +116,7 @@
116
"prepare": "bob build",
117
"prepublishOnly": "bob build",
118
"release": "release-it --config ./.config/release-it.config.ts",
119
- "release:nightly": "release-it --config ./.config/release-it.nightly.config.ts 3.0.0-nightly.\"$(git rev-parse --short HEAD)\" --npm.tag=beta && git restore :/",
+ "release:nightly": "release-it --config ./.config/release-it.nightly.config.ts 3.0.0-nightly.\"$(git rev-parse --short HEAD)\" --npm.tag=nightly && git restore :/",
120
"start": "yarn example start",
121
"start:build": "yarn build && yarn example build",
122
"start:debug": "yarn build && yarn example debug",
0 commit comments