We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209be75 commit da10730Copy full SHA for da10730
package.json
@@ -34,7 +34,7 @@
34
"test:types": "nx test @lwc/integration-types",
35
"release:version": "./scripts/release/version.sh",
36
"release:publish": "./scripts/release/publish.sh",
37
- "release:publish:canary": "nx release publish --registry https://registry.npmjs.org"
+ "release:publish:canary": "nx release publish --registry https://registry.npmjs.org --tag canary"
38
},
39
"devDependencies": {
40
"@commitlint/cli": "^19.8.1",
0 commit comments