fix-build: install.php 초기 경로 관련 문제 수정
This commit is contained in:
+3
-3
@@ -5,9 +5,9 @@ set_time_limit(600);
|
|||||||
|
|
||||||
function tryNpmInstall()
|
function tryNpmInstall()
|
||||||
{
|
{
|
||||||
$npmResultPath = '../npm_recent.json.log';
|
$npmResultPath = 'npm_recent.json.log';
|
||||||
$packageJsonPath = '../package.json';
|
$packageJsonPath = 'package.json';
|
||||||
$packageJsonLockPath = '../package-lock.json';
|
$packageJsonLockPath = 'package-lock.json';
|
||||||
|
|
||||||
$packageJsonHash = hash_file('sha512', $packageJsonPath);
|
$packageJsonHash = hash_file('sha512', $packageJsonPath);
|
||||||
$timestamp = time();
|
$timestamp = time();
|
||||||
|
|||||||
Reference in New Issue
Block a user