1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/packages/next/bin
Tim Neutkens a1ccc19a1f
Pass through arguments of the next cli correctly (#6327)
Arguments that held the same name as one of the default commands were filtered out, causing issues.

For example `next build build` would get rid of the second `build` parameter.

Fixes #6263
2019-02-17 20:13:10 +01:00
..
next-build.ts Implement tslint for core files (#5952) 2018-12-31 14:44:27 +01:00
next-dev.ts Fix development mode output (#6312) 2019-02-16 17:09:49 +01:00
next-export.ts Implement tslint for core files (#5952) 2018-12-31 14:44:27 +01:00
next-start.ts Fall back to showing localhost when no hostname is provided 2019-01-18 12:15:15 +01:00
next.ts Pass through arguments of the next cli correctly (#6327) 2019-02-17 20:13:10 +01:00