Skip to content

Commit d756824

Browse files
committed
Add release promotion script
1 parent 8d8474a commit d756824

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"build": "npx bob build",
4747
"release": "npm run build && npm publish",
4848
"release:nightly": "npm run build && npm publish --tag nightly",
49+
"promote:nightly": "./scripts/nightly-to-latest.sh",
4950
"prepare": "husky"
5051
},
5152
"files": [

scripts/nightly-to-latest.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)