Skip to content

fix: resolve pipeline crashes in existing CI workflow and fix TS6059#18

Merged
Lakes41 merged 9 commits into
Adamantine-guild:mainfrom
Code-Paragon:feat/add-ci-workflow
Jun 13, 2026
Merged

fix: resolve pipeline crashes in existing CI workflow and fix TS6059#18
Lakes41 merged 9 commits into
Adamantine-guild:mainfrom
Code-Paragon:feat/add-ci-workflow

Conversation

@Code-Paragon

Copy link
Copy Markdown
Contributor

Description

While addressing the missing CI validation issue, I discovered an existing ci.yml that was actively failing due to two structural issues:

  1. npm ci was throwing EUNSUPPORTEDPROTOCOL due to the workspace:* syntax in the package.json files.
  2. npm run typecheck was failing due to a TS6059 configuration error in the discord-bot workspace.

This PR merges the intended CI steps with the necessary patches to actually get the pipeline to pass.

closes #12

Changes Made

  • Added a sed patch step to dynamically convert workspace:* to * for the runner.
  • Switched npm ci to npm install to allow native workspace linking.
  • Fixed apps/discord-bot/tsconfig.json to resolve the rootDir include conflict.
  • Appended the requested npm run build:docs command to the pipeline.

@Lakes41 Lakes41 merged commit 8d1c9f3 into Adamantine-guild:main Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CI for build and typecheck

2 participants