File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
cd ../aegis-app
2
2
nohup node repo.js &
3
3
nohup node repo.js 8001 cache &
4
- cp ../aegis/wasm/build/release.wasm ../aegis-app/dist/main.wasm
5
- cd ../aegis
4
+ cd ../aegis/wasm
5
+ yarn build
6
+ cd ../aegis/wasm
7
+ yarn build
8
+ yarn deploy
9
+ cd ..
6
10
yarn link
7
11
cd ../aegis-host
8
12
yarn link @module-federation/aegis
Original file line number Diff line number Diff line change 17
17
"asbuild:debug" : " asc assembly/index.ts --exportRuntime --bindings --target debug" ,
18
18
"asbuild:release" : " asc assembly/index.ts --exportRuntime --bindings --target release" ,
19
19
"asbuild" : " npm run asbuild:debug && npm run asbuild:release" ,
20
+ "build" : " npm run asbuild" ,
20
21
"deploy" : " cp build/release.wasm ../../aegis-app/dist/main.wasm" ,
21
22
"test" : " node tests" ,
22
23
"start" : " npx serve ."
You can’t perform that action at this time.
0 commit comments