From d61d64fa225ca859d6c434577fcb6db8c50e8a50 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 26 Oct 2021 13:57:19 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BD=BF=E7=94=A8npm=E4=BB=A3?= =?UTF-8?q?=E6=9B=BFyarn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pom.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/frontend/pom.xml b/frontend/pom.xml index 6fb0da9a2b..f504b9543c 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -16,7 +16,7 @@ UTF-8 UTF-8 - 1.9.1 + 1.12.0 @@ -28,22 +28,21 @@ - install node and yarn + install node and npm - install-node-and-yarn + install-node-and-npm generate-resources - v16.10.0 - v1.22.15 + v16.12.0 - yarn install + npm install - yarn + npm - yarn build + npm run build - yarn + npm - build + run build