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
16 lines (13 loc) · 893 Bytes
/
update-local.bat
File metadata and controls
16 lines (13 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
call npm unpublish @softarc/native-federation@2.0.8 --registry http://localhost:4873
call npm unpublish @softarc/native-federation-runtime@2.0.8 --registry http://localhost:4873
call npm unpublish @softarc/native-federation-esbuild@2.0.8 --registry http://localhost:4873
call npm unpublish @angular-architects/native-federation@17.1.5 --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