Skip to content

Commit f47217a

Browse files
committed
feat(serve): change calling method
1 parent 3b86a0d commit f47217a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/edition-node-gulp/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function build() {
2424
}
2525

2626
function serve() {
27-
return patternlab
27+
return patternlab.server
2828
.serve({
2929
cleanPublic: config.cleanPublic,
3030
})

0 commit comments

Comments
 (0)