joelshepherd / tabliss

A beautiful, customisable New Tab page for Firefox, Chrome, and Edge.
https://tabliss.io
GNU General Public License v3.0
2.17k stars 283 forks source link

[BUGFIX] add 'cross-env' to package.json #573

Open mironbalcerzak opened 1 year ago

mironbalcerzak commented 1 year ago

Execution was failing while npm run <command> on windows - script was setting environment variables not in a windows "friendly" way.

cross-env is fixing that issue.

more on that: https://www.npmjs.com/package/cross-env

mironbalcerzak commented 11 months ago

@gonzalrick any thoughts?