Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cross-env for cross-platform script compatibility #657

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

humuhimi
Copy link

Changes

  1. Added cross-env to devDependencies.
  2. Updated package.json scripts to use cross-env for setting environment variables.

Reason

  • Fixes environment variable syntax issues on Windows.
  • Ensures consistent behavior across all operating systems.

Impact

  • Simplifies script execution on Windows, macOS, and Linux.
  • Enhances cross-platform compatibility for developers.

Testing

  • Verified functionality on Windows, macOS, and Linux.

Note

  • Run npm install or yarn install to install the new dependency.

@humuhimi humuhimi force-pushed the chore/add-cross-env branch from e9e5a13 to 6b9202d Compare November 30, 2024 04:27
@alexfigtree alexfigtree self-requested a review December 13, 2024 20:53
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