diff --git a/action.yml b/action.yml index 98ceb3e..7748b95 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ runs: with: entrypoint: "/bin/bash" args: | - -c "npm install && \ + -c "npm install --registry=https://registry.npm.taobao.org && \ npm run build -- --output-path=dist" - uses: docker://ubuntu:latest