joel-wenzel / ng-flowchart

A lightweight Angular Library for building drag and drop flow charts. Chart behavior and steps are customizable. Data can be exported or uploaded in json format.
Apache License 2.0
141 stars 49 forks source link

main.yml dist at root; #52

Closed michaelmarcuccio closed 2 years ago

michaelmarcuccio commented 2 years ago

Not sure how the build process was working in the first place when the ng-package.json has "dest": "../../dist/ng-flowchart". The working directory was pointed at the library level dist folder which shouldn't exist on build. Changed it to the root dist folder to hopefully resolve CI.

joel-wenzel commented 2 years ago

@michaelmarcuccio Its possible the angular upgrade in the PR a few days ago caused it. For the time being collaborators can merge directly to beta branch (just until ci is working again).