8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
// export the tasks
|
|
// export * from './tasks/themes';
|
|
export * from './tasks/watcher';
|
|
export * from './tasks/changelog-title';
|
|
export * from './tasks/copy-ui';
|
|
|
|
// export default script
|
|
export default ['build:copy-ui'];
|