forked from angular-architects/module-federation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate-local.bat
More file actions
14 lines (12 loc) · 851 Bytes
/
update-local.bat
File metadata and controls
14 lines (12 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
call npm unpublish @softarc/native-federation@1.1.1 --registry http://localhost:4873
call npm unpublish @softarc/native-federation-runtime@1.1.1 --registry http://localhost:4873
call npm unpublish @softarc/native-federation-esbuild@1.1.1 --registry http://localhost:4873
call npm unpublish @angular-architects/native-federation@1.1.1 --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