niji-co/Fusion-Web

CI script hung

Closed this issue · 2 comments

Description

After #24, the CI script is constantly being ran without stopping. The script is hung at npm run build

Issue was due to the npm run build script. We were using the flag --serve, which caused the action to start a live server. Hence, causing it to never complete.

Resolved in a9e3ebd