We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8474a commit d756824Copy full SHA for d756824
2 files changed
package.json
@@ -46,6 +46,7 @@
46
"build": "npx bob build",
47
"release": "npm run build && npm publish",
48
"release:nightly": "npm run build && npm publish --tag nightly",
49
+ "promote:nightly": "./scripts/nightly-to-latest.sh",
50
"prepare": "husky"
51
},
52
"files": [
scripts/nightly-to-latest.sh
100644
100755
0 commit comments