File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 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
1212echo Build example aepp
1313cd ./examples/browser/aepp
1414npm 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
1616mv -f dist/ ../../../docs/examples/browser/aepp
1717
1818echo Build example wallet-iframe
1919cd ../wallet-iframe
2020npm i
21- VUE_APP_AEPP_URL=../aepp/ PUBLIC_PATH=./ npm run build
21+ VUE_APP_AEPP_URL=../aepp/ PUBLIC_PATH=./ npm run build -- --report
2222mv -f dist/ ../../../docs/examples/browser/wallet-iframe
2323
2424echo Build example wallet-web-extension
2525cd ../wallet-web-extension
2626npm 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
2930
3031cd ../../..
3132perl -i -pe ' s/"rem-prepare"/"prepare"/g' package.json
Original file line number Diff line number Diff line change 7474 - Browser :
7575 - ' Aepp example ' : examples/browser/aepp/index.html
7676 - ' 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
7878 - tutorials/vuejs/helloworld-blockheight.md
7979 - ' API Reference ' : api/index.html
8080 - compatibility.md
You can’t perform that action at this time.
0 commit comments