forked from angular-architects/module-federation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate-local.bat
14 lines (12 loc) · 858 Bytes
/
update-local.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 nx build native-federation
call nx build native-federation-core
call nx build native-federation-runtime
call nx build native-federation-esbuild
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