Skip to content

Commit 72385ef

Browse files
committed
chore: update release nightly
1 parent fa5e95b commit 72385ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"prepare": "bob build",
105105
"prepublishOnly": "bob build",
106106
"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",
107+
"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 :/",
108108
"start": "yarn example start",
109109
"start:build": "yarn build && yarn example build",
110110
"start:debug": "yarn build && yarn example debug",

0 commit comments

Comments
 (0)