You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
niorko
changed the title
swift run edit does not include plugins; swift run (ci|local) works correctlyswift run danger-swift edit doesn't include plugins; swift run danger-swift (ci|local) works
Aug 15, 2023
I have a
danger
subdirectory in my project.This is it's structure:
This is Dangerfile.swift:
and this is Package.swift:
This works and it successfully uses plugins:
But I want to be able to edit the project, so I call this:
cd danger swift build swift run danger-swift edit
And this does not work, it generates the project where Package.swift does not contain plugins, so it won't build:
Generated Package.swift:
Swift Danger Version: 3.17.1
Example project: danger.zip
The text was updated successfully, but these errors were encountered: