From 31aa3da60bd4666c0fc1728d1b3705563965a4b0 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 3 Nov 2023 16:56:59 +0800 Subject: [PATCH] =?UTF-8?q?conf:=20=E7=BC=96=E8=AF=91=E6=97=B6=E9=97=B4?= =?UTF-8?q?=EF=BC=8C=E5=8A=A0=E7=82=B9=E6=B5=AE=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 0ccf591..b75686b 100644 --- a/build.js +++ b/build.js @@ -1,5 +1,5 @@ const { execSync } = require('child_process'); -process.env.REACT_APP_BUILD_TIME = new Date().getTime(); +process.env.REACT_APP_BUILD_TIME = new Date().getTime()+(5*60*1000); execSync('npm run build', { stdio: 'inherit' });