Skip to content

Commit 643ab76

Browse files
committed
fix(generator): wrong apollo server command displayed
1 parent cefe9dd commit 643ab76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ module.exports = (api, options, rootOptions) => {
198198
}
199199

200200
if (options.addServer) {
201-
api.exitLog(`Start the GraphQL API Server with ${chalk.cyan(`${hasYarn() ? 'yarn' : 'npm'} run apollo:dev`)}`, 'info')
201+
api.exitLog(`Start the GraphQL API Server with ${chalk.cyan(`${hasYarn() ? 'yarn' : 'npm'} run apollo`)}`, 'info')
202202
if (options.addMocking) {
203203
api.exitLog(`Customize the mocks in ${chalk.cyan('apollo-server/mocks.js')}`, 'info')
204204
}

0 commit comments

Comments
 (0)