fix: navigating to relPath in package-json transl.

This commit is contained in:
DavHau 2022-03-30 16:23:27 +07:00
parent ec30059894
commit 7afa741704

View File

@ -41,7 +41,7 @@
chmod -R +w ./
newSource=$(pwd)
cd $relPath
cd ./$relPath
rm -rf package-lock.json
if [ "$(jq '.project.subsystemInfo.noDev' -c -r $jsonInput)" == "true" ]; then