Skip to content

Commit

Permalink
flatpak-node-generator: Apply patch for lockfile v3 local sources
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo authored and threema-gian committed Aug 20, 2024
1 parent 3dd2fe3 commit 8b1ae81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def _process_packages_v2(
source: PackageSource
package_json_path = lockfile.parent / install_path / 'package.json'
if (
'node_modules' not in package_json_path.parents
'node_modules' not in package_json_path.parts[:-1]
and package_json_path.exists()
):
source = LocalSource(path=install_path)
Expand Down

0 comments on commit 8b1ae81

Please sign in to comment.