We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a48fbb commit 361adc3Copy full SHA for 361adc3
1 file changed
app/utils/npm.ts
@@ -6,6 +6,6 @@
6
* @param teamName - The team name
7
* @returns The scope:team string in @scope:team format
8
*/
9
-export function buildScopeTeam(orgName: string, teamName: string): `@{string}:{string}` {
+export function buildScopeTeam(orgName: string, teamName: string): `@${string}:${string}` {
10
return `@${orgName.replace(/^@/, '')}:${teamName}`
11
}
0 commit comments