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