From 47c946d767fc3afd1c2b0d6c71c394ad33302917 Mon Sep 17 00:00:00 2001 From: BugKing Date: Tue, 28 Dec 2021 18:27:20 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=89=8D=E7=AB=AF=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=94=B9=E4=B8=BAnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/pom.xml b/frontend/pom.xml index 477d0d68ae..2af00a2495 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -28,22 +28,22 @@ - install node and yarn + install node and npm - install-node-and-yarn + install-node-and-npm generate-resources v16.10.0 - v1.22.15 + 6.14.15 - yarn install + npm install - yarn + npm - yarn build + npm run build - yarn + npm - build + run build