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 fa5e95b commit 72385efCopy full SHA for 72385ef
package.json
@@ -104,7 +104,7 @@
104
"prepare": "bob build",
105
"prepublishOnly": "bob build",
106
"release": "release-it --config ./.config/release-it.config.ts",
107
- "release:nightly": "release-it --config ./.config/release-it.nightly.config.ts 3.0.0-nightly.\"$(git rev-parse --short HEAD)\" --npm.tag=beta",
+ "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 :/",
108
"start": "yarn example start",
109
"start:build": "yarn build && yarn example build",
110
"start:debug": "yarn build && yarn example debug",
0 commit comments