From 40f94c24ce1e2a680ce72aeedc76b1d9d3fd1998 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 1 Mar 2024 22:37:40 +0800 Subject: [PATCH] =?UTF-8?q?[add]=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6f9fda0..eaaa2d3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ npm run serve npm run build ``` + +### Compiles and minifies for srms test +``` +npm run build:test +``` + ### Lints and fixes files ``` npm run lint