1 Commits
17.0 ... 18.1

Author SHA1 Message Date
3de0b1e3fb add proxy 2024-07-28 22:01:48 +08:00

View File

@ -8,7 +8,9 @@ runs:
with:
entrypoint: "/bin/bash"
args: |
-c "npm install && \
-c "export https_proxy=http://100.100.13.14:8118 && \
export http_proxy=http://100.100.13.14:8118 && \
npm install && \
npm run build -- --output-path=dist"
- uses: docker://ubuntu:latest