Skip to content

Commit b78b604

Browse files
committed
chore: update release:nightly script
1 parent d3e1fbc commit b78b604

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
@@ -116,7 +116,7 @@
116116
"prepare": "bob build",
117117
"prepublishOnly": "bob build",
118118
"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 :/",
119+
"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 :/",
120120
"start": "yarn example start",
121121
"start:build": "yarn build && yarn example build",
122122
"start:debug": "yarn build && yarn example debug",

0 commit comments

Comments
 (0)