opyapeus / purescript-emo8

🍠 A functional 2D game engine that can create emoji games.
https://opyapeus.github.io/emo8/
MIT License
50 stars 4 forks source link

The yarn scripts bug #2

Closed iamcxds closed 4 years ago

iamcxds commented 4 years ago

In the package.json, there are scripts like "example:hello:endpoint": "cpx 'endpoint/*' dist/hello". But I find these should be "example:hello:endpoint": "cpx \"endpoint/*\" dist/hello" to make cpx cmd work.

opyapeus commented 4 years ago

Thank you for the reporting. Does it occur on Windows..? I will care about that next.

iamcxds commented 4 years ago

Yeah, it occurs on Windows.

opyapeus commented 4 years ago

I see. I will fix this next release 😃

opyapeus commented 4 years ago

Fixed https://github.com/opyapeus/purescript-emo8/blob/v0.7.0/package.json