Skip to content

Commit da10730

Browse files
authored
chore(scripts): canary release script should use canary dist tag (#5436)
1 parent 209be75 commit da10730

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
@@ -34,7 +34,7 @@
3434
"test:types": "nx test @lwc/integration-types",
3535
"release:version": "./scripts/release/version.sh",
3636
"release:publish": "./scripts/release/publish.sh",
37-
"release:publish:canary": "nx release publish --registry https://registry.npmjs.org"
37+
"release:publish:canary": "nx release publish --registry https://registry.npmjs.org --tag canary"
3838
},
3939
"devDependencies": {
4040
"@commitlint/cli": "^19.8.1",

0 commit comments

Comments
 (0)