File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 39
39
- name : tsc compile
40
40
run : npm run build
41
41
- name : build micro-frontend Gateway image
42
- run : cd dev-net && ./dn -mf-gateway.sh
42
+ run : cd dev-net && ./build -mf-gateway.sh
43
43
- name : build micro-frontend App-shell image
44
- run : cd dev-net && ./dn -app-shell.sh
44
+ run : cd dev-net && ./build -app-shell.sh
45
45
- name : deploy base 2-org fabric v2.x network
46
46
run : cd dev-net && sudo ./dn-run.2-db-red-auth-gw-ui.sh
47
47
# # TODO: more e2e tests add here
Original file line number Diff line number Diff line change 1
1
![ Release] ( https://github.com/rtang03/mf-app-shell/workflows/Release/badge.svg )
2
2
![ Build] ( https://github.com/rtang03/mf-app-shell/workflows/Build/badge.svg )
3
- ![ GitHub package.json version] ( https://img.shields.io/github/package-json/v/rtang03/mf-app-shell )
4
- [ ![ lerna] ( https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg )] ( https://lerna.js.org/ )
3
+ ![ Github lerna version] ( https://img.shields.io/github/lerna-json/v/rtang03/mf-app-shell )
5
4
6
5
## Micro-frontend App-shell for fabric-es
7
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mf-app-shell" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"license" : " BSD-3-Clause-Clear" ,
5
5
"description" : " User interface" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments