From 55da8322581c8022bfc98c0ead8a293717aacad4 Mon Sep 17 00:00:00 2001 From: zhaochengke Date: Tue, 11 Apr 2023 12:01:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 打包.bat | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/打包.bat b/打包.bat index 8f786c02..2453fb98 100644 --- a/打包.bat +++ b/打包.bat @@ -1,14 +1,18 @@ @echo off -D: -cd D:\workspace\code\nsgk_mobile +@echo ʼApp...... +call :extract %0 +goto :eof +:extract +rem ĿĿ¼ +@echo ĿĿ¼: %~dp1 +%~d1 +cd %~dp1 +call npm run build -:: 打包预发布环境 -npm run build +@echo ɹ - -@echo SUCCESS -pause \ No newline at end of file +@pause \ No newline at end of file