Skip to content

fix: cleanup package.json scripts - #91

Open
Jess52487 wants to merge 1 commit into
Vaultquest:mainfrom
Jess52487:fix-package-json
Open

fix: cleanup package.json scripts#91
Jess52487 wants to merge 1 commit into
Vaultquest:mainfrom
Jess52487:fix-package-json

Conversation

@Jess52487

Copy link
Copy Markdown

closes #2

Description

This PR resolves an issue with the root package.json that caused it to be invalid JSON, breaking workspace commands, onboarding, and other automated tools that rely on parsing the manifest.

Changes

  • Added the missing comma after the docs:validate script entry.
  • Removed the duplicated check:terms script entry.
  • Verified that the file parses as valid JSON and workspace scripts (test:e2e, test:e2e:ui, test:e2e:headed, lint, docs:validate, etc.) remain fully discoverable.

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.

Fix invalid root package.json scripts block so pnpm install and CI can parse the workspace

1 participant