vsc-material-theme/.gulp/index.ts
2019-12-09 09:54:24 +01:00

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'];