mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-04 20:22:14 +03:00
fix: navigating to relPath in package-json transl.
This commit is contained in:
parent
ec30059894
commit
7afa741704
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user