Use cross-env for dev script #756
Closed
kleenkanteen
started this conversation in
General
Replies: 1 comment
-
Hi @kleenkanteen, sure that sounds fine to me. Feel free to open a PR adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
apps\landing\package.json
, the line"dev": "TAILWIND_MODE=watch next dev",
errors for me on windows 10 when I doyarn dev
. This because windows doesn't recognize that format. I installed thecross-env
package and changed the line to"dev": "cross-env TAILWIND_MODE=watch next dev",
, and the error when running it went away. Ok to make a PR for it?Beta Was this translation helpful? Give feedback.
All reactions