From a90baffda69160d0805c1706d64a149bd68a596d Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 31 Dec 2021 17:55:29 +0900 Subject: [PATCH] =?UTF-8?q?fix-build:=20install.php=20=EC=B4=88=EA=B8=B0?= =?UTF-8?q?=20=EA=B2=BD=EB=A1=9C=20=EA=B4=80=EB=A0=A8=20=EB=AC=B8=EC=A0=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.php b/install.php index 798a9c80..825bf708 100644 --- a/install.php +++ b/install.php @@ -5,9 +5,9 @@ set_time_limit(600); function tryNpmInstall() { - $npmResultPath = '../npm_recent.json.log'; - $packageJsonPath = '../package.json'; - $packageJsonLockPath = '../package-lock.json'; + $npmResultPath = 'npm_recent.json.log'; + $packageJsonPath = 'package.json'; + $packageJsonLockPath = 'package-lock.json'; $packageJsonHash = hash_file('sha512', $packageJsonPath); $timestamp = time();