-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: disable
npmjs
proxy for local packages (verdaccio
`)
`0.0.0-e2e` was accidentally published to NPM, so we must not proxy our local packages to avoid conflicts
- Loading branch information
Showing
3 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
npm login | ||
|
||
npm unpublish create-nx-spring-boot@"$1" --force --verbose | ||
npm unpublish create-nx-micronaut@"$1" --force --verbose | ||
npm unpublish create-nx-quarkus@"$1" --force --verbose | ||
npm unpublish create-nx-flutter@"$1" --force --verbose | ||
npm unpublish create-nx-ktor@"$1" --force --verbose | ||
|
||
npm unpublish @nxrocks/nx-spring-boot@"$1" --force --verbose | ||
npm unpublish @nxrocks/nx-micronaut@"$1" --force --verbose | ||
npm unpublish @nxrocks/nx-quarkus@"$1" --force --verbose | ||
npm unpublish @nxrocks/nx-ktor@"$1" --force --verbose | ||
npm unpublish @nxrocks/nx-flutter@"$1" --force --verbose | ||
npm unpublish @nxrocks/nx-melos@"$1" --force --verbose | ||
|
||
npm unpublish @nxrocks/common-jvm@"$1" --force --verbose | ||
npm unpublish @nxrocks/common-cli@"$1" --force --verbose | ||
|
||
npm unpublish @nxrocks/common@"$1" --force --verbose |