Skip to content

Commit

Permalink
fix(create-vuepress): wrong registry command (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiperLiu authored Dec 18, 2024
1 parent 4fdde2c commit 3e9cd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create-vuepress/src/utils/getRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const getRegistry = async (
execaCommandSync(
`${packageManager} config set ${
isYarnModern ? 'npmRegistryServer' : 'registry'
}} ${NPM_MIRROR_REGISTRY}`,
} ${NPM_MIRROR_REGISTRY}`,
)
}

Expand Down

0 comments on commit 3e9cd96

Please sign in to comment.