fix-build: install.php 초기 경로 관련 문제 수정
This commit is contained in:
+3
-3
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user