diff --git a/build.js b/build.js index b03881c..6fe1b5e 100644 --- a/build.js +++ b/build.js @@ -77,5 +77,6 @@ if (command === undefined) { } else if (command === 'watch') { watch(...args); } else { + // TODO: add `serve` command throw new Error(`Unknown command {command}`); }