You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {object} options an object used to control build behavior
267
267
* @param {bool} options.cleanPublic whether or not to delete the configured output location (usually `public/`) before build
268
268
* @param {object} options.data additional data to be merged with global data prior to build
269
-
* @param {bool} options.watch **ALWAYS OVERRIDDEN to `true`** whether or not Pattern Lab should watch configured `source/` directories for changes to rebuild
269
+
* @param {bool} [true] options.watch whether or not Pattern Lab should watch configured `source/` directories for changes to rebuild
270
270
* @returns {Promise} a promise fulfilled when build is complete
0 commit comments