Skip to content

Commit 741287b

Browse files
committed
Add "canary" to list of allowed npm dist tags
Forgot this allowlist existed. It's an extra safeguard, in case we mess up the configuration somehow.
1 parent fa43148 commit 741287b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎scripts/release/publish-commands/parse-params.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = () => {
4141
params.tags.forEach(tag => {
4242
switch (tag) {
4343
case 'latest':
44+
case 'canary':
4445
case 'next':
4546
case 'experimental':
4647
case 'alpha':

0 commit comments

Comments
 (0)