Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
beyang committed Sep 25, 2020
1 parent d985b46 commit e5bf7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Expand Up @@ -21,7 +21,7 @@ const generate = gulp.parallel(schema, graphQlSchema, graphQlOperations)
*/
const watchGenerate = gulp.series(
gulp.parallel(schema, graphQlSchema),
gulp.parallel(watchSchema, watchGraphQlSchema, generateAndWatchGraphQlOperations),
gulp.parallel(watchSchema, watchGraphQlSchema, generateAndWatchGraphQlOperations)
)

/**
Expand All @@ -34,7 +34,7 @@ const build = gulp.series(generate, webWebpack)
*/
const watch = gulp.series(
gulp.parallel(schema, graphQlSchema),
gulp.parallel(watchSchema, watchGraphQlSchema, generateAndWatchGraphQlOperations, webWebpackDevServer),
gulp.parallel(watchSchema, watchGraphQlSchema, generateAndWatchGraphQlOperations, webWebpackDevServer)
)

module.exports = {
Expand Down

0 comments on commit e5bf7d0

Please sign in to comment.