forked from angular-architects/module-federation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update-local-mf.bat
17 lines (14 loc) · 1000 Bytes
/
update-local-mf.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@REM call npm unpublish @softarc/[email protected] --registry http://localhost:4873
@REM call npm unpublish @softarc/[email protected] --registry http://localhost:4873
@REM call npm unpublish @softarc/[email protected] --registry http://localhost:4873
@REM call npm unpublish @angular-architects/[email protected] --registry http://localhost:4873
call npm unpublish @angular-architects/[email protected] --registry http://localhost:4873
call npm unpublish @angular-architects/[email protected] --registry http://localhost:4873
call npm unpublish @angular-architects/[email protected] --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