File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,21 @@ mkdir -p docs/examples/browser
12
12
echo Build example aepp
13
13
cd ./examples/browser/aepp
14
14
npm i
15
- VUE_APP_WALLET_URL=../wallet-iframe/ PUBLIC_PATH=./ npm run build
15
+ VUE_APP_WALLET_URL=../wallet-iframe/ PUBLIC_PATH=./ npm run build -- --report
16
16
mv -f dist/ ../../../docs/examples/browser/aepp
17
17
18
18
echo Build example wallet-iframe
19
19
cd ../wallet-iframe
20
20
npm i
21
- VUE_APP_AEPP_URL=../aepp/ PUBLIC_PATH=./ npm run build
21
+ VUE_APP_AEPP_URL=../aepp/ PUBLIC_PATH=./ npm run build -- --report
22
22
mv -f dist/ ../../../docs/examples/browser/wallet-iframe
23
23
24
24
echo Build example wallet-web-extension
25
25
cd ../wallet-web-extension
26
26
npm i
27
- NODE_OPTIONS=--openssl-legacy-provider npm run build
28
- mv artifacts/wallet-web-extension-v0.1.0-production.zip ../../../docs/examples/browser/wallet-web-extension.zip
27
+ NODE_OPTIONS=--openssl-legacy-provider npm run build -- --report
28
+ mv artifacts/wallet-web-extension-v0.1.0-production.zip ../../../docs/examples/browser/wallet-web-extension/packed.zip
29
+ mv dist/report.html ../../../docs/examples/browser/wallet-web-extension/report.html
29
30
30
31
cd ../../..
31
32
perl -i -pe ' s/"rem-prepare"/"prepare"/g' package.json
Original file line number Diff line number Diff line change 74
74
- Browser :
75
75
- ' Aepp example ' : examples/browser/aepp/index.html
76
76
- ' Iframe wallet example ' : examples/browser/wallet-iframe/index.html
77
- - ' Webextension wallet example ' : examples/browser/wallet-web-extension.zip
77
+ - ' Webextension wallet example ' : examples/browser/wallet-web-extension/packed .zip
78
78
- tutorials/vuejs/helloworld-blockheight.md
79
79
- ' API Reference ' : api/index.html
80
80
- compatibility.md
You can’t perform that action at this time.
0 commit comments