Skip to content

refactor: remove yarn references from build scripts#5

Merged
zamderax merged 1 commit into
mainfrom
feat/remove-yarn-dependencies
Sep 2, 2025
Merged

refactor: remove yarn references from build scripts#5
zamderax merged 1 commit into
mainfrom
feat/remove-yarn-dependencies

Conversation

@zamderax

@zamderax zamderax commented Sep 2, 2025

Copy link
Copy Markdown
Contributor

Summary

  • Removed remaining yarn references from package.json build scripts
  • Changed yarn build:maplibre and yarn build:mapbox to use npm run instead
  • Aligns with project requirement for Node >=20 and npm-only approach

Changes

  • Updated build script in package.json to use npm run instead of yarn

Testing

  • Run npm run build to verify the build process works correctly
  • Run npm run build:storybook to ensure Storybook builds properly

🤖 Generated with Claude Code

- Replace 'yarn build:maplibre' with 'npm run build:maplibre'
- Replace 'yarn build:mapbox' with 'npm run build:mapbox'
- Aligns with Node >=20 requirement and npm-only approach
@zamderax zamderax merged commit dea3bba into main Sep 2, 2025
2 checks passed
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.

1 participant