hackathon-starter icon indicating copy to clipboard operation
hackathon-starter copied to clipboard

Fix: Make the prepare script cross-platform using cross-env

Open prathameshkhandare opened this issue 1 year ago • 0 comments

This PR updates the prepare script in package.json to make it cross-platform using the cross-env package. This ensures the script runs properly on both Windows and Unix-based systems.

  • Installed cross-env as a dev dependency.
  • Updated the prepare script to work across different environments.

prathameshkhandare avatar Oct 03 '24 05:10 prathameshkhandare