From 3f7d195c627d378629e55c2898560535f95f80de Mon Sep 17 00:00:00 2001 From: iqudoo Date: Thu, 30 Apr 2026 10:18:01 +0800 Subject: [PATCH] init commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7ad4d0..ece60b0 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ * make sure node and npm installed; * clone the repo to local; * run `npm install` to install node modules; -* run `npm run build-${env}` to get an *unminified* build file at `dist` folder; +* run `npm run build` to get build file at `dist` folder;