From 0d43f06322d72067eb8b3f151b9f92ad50206946 Mon Sep 17 00:00:00 2001 From: xRain Date: Thu, 11 Apr 2024 20:32:22 +0800 Subject: [PATCH] not use taobao npm --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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