forked from angular-architects/module-federation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update-local.bat
16 lines (13 loc) · 893 Bytes
/
update-local.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
call npm unpublish @softarc/[email protected] --registry http://localhost:4873
call npm unpublish @softarc/[email protected] --registry http://localhost:4873
call npm unpublish @softarc/[email protected] --registry http://localhost:4873
call npm unpublish @angular-architects/[email protected] --registry http://localhost:4873
call npx nx build native-federation
call npx nx build native-federation-core
call npx nx build native-federation-runtime
call npx nx build native-federation-esbuild
call node post-build.js
call npm publish dist\libs\native-federation-core --registry http://localhost:4873
call npm publish dist\libs\native-federation --registry http://localhost:4873
call npm publish dist\libs\native-federation-runtime --registry http://localhost:4873
call npm publish dist\libs\native-federation-esbuild --registry http://localhost:4873