MahdiTa97 / turborepo-boilerplate

A boilerplate base on TURBOREPO
https://mahdita97.github.io/turborepo-boilerplate/
92 stars 12 forks source link

TIMING is not a recognized command when running on windows machine. #7

Closed shaohaolin closed 6 months ago

shaohaolin commented 2 years ago

When run npm run lint at the root directory, packages would throw error when their npm run lint command starts with TIMING=1 in windows machine.

The fix is to add cross-env. Would you open to a PR for this?

MahdiTa97 commented 6 months ago

The bug has been fixed in the v2.0.0 release.