marko-js / examples

55 stars 36 forks source link

npm scripts set NODE_ENV assuming Unix shell #2

Closed ghost closed 7 months ago

ghost commented 4 years ago

The scripts in examples/webpack/package.json sets NODE_ENV assuming a unix shell. This prevents the scripts from working in Windows environments.

DylanPierceyToday at 9:21 AM We should probably update that to use https://www.npmjs.com/package/cross-env