From b9043902ea77478979fb7cdd6645af42d068b3d7 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 8 Apr 2022 14:30:16 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=89=8D=E7=AB=AF=E6=89=93=E5=8C=85?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20pnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.gitignore | 2 +- frontend/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index 15b5c894dd..f445b79e96 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -26,4 +26,4 @@ yarn-error.log* .classpath yarn.lock package-lock.json - +pnpm-lock.yaml diff --git a/frontend/pom.xml b/frontend/pom.xml index 6222712487..108d8cb2d6 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -16,7 +16,7 @@ UTF-8 UTF-8 - 1.9.1 + 1.12.1 @@ -43,14 +43,14 @@ npm install - npm + npx - install + pnpm install