Skip to content

Commit c3ca9b0

Browse files
Fix missing package.json dependency for build (not test)
1 parent 1fdbdbc commit c3ca9b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/PackageToJS/Sources/PackageToJS.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ struct PackagingPlanner {
242242
make: &make, file: "Plugins/PackageToJS/Templates/package.json", output: "package.json", outputDirTask: outputDirTask,
243243
inputFiles: [], inputTasks: []
244244
)
245+
packageInputs.append(packageJsonTask)
245246

246247
// Copy the template files
247248
for (file, output) in [

0 commit comments

Comments
 (0)