We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6b7d3 commit c374b65Copy full SHA for c374b65
core/lib/copier.js
@@ -89,7 +89,7 @@ const copier = () => {
89
return Promise.all(copyPromises).then(() => {
90
//we need to special case patterns/**/*.md|.json|.pattern-extensions as well as the global structures
91
if (options.watch) {
92
- watchPatternLabFiles(patternlab, assetDirectories, basePath);
+ return watchPatternLabFiles(patternlab, assetDirectories, basePath);
93
}
94
});
95
};
0 commit comments