This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export lint from './task-lint'; | |
export test from './task-test'; | |
export build from './task-build'; | |
export dev from './task-dev'; | |
export default dev; |