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-mf.bat
More file actions
17 lines (14 loc) · 1000 Bytes
/
update-local-mf.bat
File metadata and controls
17 lines (14 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@REM call npm unpublish @softarc/native-federation@2.0.3 --registry http://localhost:4873
@REM call npm unpublish @softarc/native-federation-runtime@2.0.3 --registry http://localhost:4873
@REM call npm unpublish @softarc/native-federation-esbuild@2.0.3 --registry http://localhost:4873
@REM call npm unpublish @angular-architects/native-federation@16.3.3 --registry http://localhost:4873
call npm unpublish @angular-architects/module-federation-tools@17.0.3 --registry http://localhost:4873
call npm unpublish @angular-architects/module-federation-runtime@17.0.3 --registry http://localhost:4873
call npm unpublish @angular-architects/module-federation@17.0.3 --registry http://localhost:4873
call npx nx build mf
call npx nx build mf-runtime
call npx nx build mf-tools
call node post-build.js
call npm publish dist\libs\mf --registry http://localhost:4873
call npm publish dist\libs\mf-runtime --registry http://localhost:4873
call npm publish dist\libs\mf-tools --registry http://localhost:4873