Skip to content

Commit 871f2a0

Browse files
committed
Improve docs
1 parent 069cf60 commit 871f2a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bin/graphpack.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ const createProductionBuild = () => {
3535
};
3636

3737
require('yargs')
38-
.command(['$0', 'dev'], 'Run development mode', {}, startDevServer)
39-
.command('build', 'Create a production build', {}, createProductionBuild)
40-
.argv;
38+
.command(['$0', 'dev'], 'Start graphpack dev server', {}, startDevServer)
39+
.command('build', 'Create production build', {}, createProductionBuild).argv;

0 commit comments

Comments
 (0)