- Packages are now built in topological order (dependencies first)
- Use
yarn run
by default (and usenpm run
if apackage-lock.json
exists)
- Added
-h
flag for help
- Added
-s
flag to silence log output - Replace
lodge
package with custom solution
- Added
-f
flag to force build - The mtime is now updated even if hash is unchanged
- Rewrite from scratch (by @aleclarson)