Skip to content

Commit

Permalink
fix: offline polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Oct 30, 2020
1 parent 6d4214f commit 52edd35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
yarn install
CI=false yarn build
sed -i 's/"\/home"/"\/#home"/g' build/manifest.json
sed -i 's/<script src=\"https:\/\/polyfill.alicdn.com\/modern\/polyfill.min.js\" crossorigin=\"anonymous\"><\/script>//g' build/index.html
tar -czf build.tar.gz ./build
- name: Upload Release Asset
Expand Down

0 comments on commit 52edd35

Please sign in to comment.