mozilla / tab-split

A magical place for tabs and tabs
https://testpilot.firefox.com
Mozilla Public License 2.0
3 stars 6 forks source link

Support windows in npm scripts #54

Open fzzzy opened 6 years ago

fzzzy commented 6 years ago

When doing things with directories in npm scripts, it is best to use something like https://www.npmjs.com/package/mkdirp for portability across UNIX and Windows.

meandavejustice commented 6 years ago

https://www.npmjs.com/package/cross-env is also helpful for setting env variables