Skip to content

Commit

Permalink
Do not expose lower gulp tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 21, 2019
1 parent 3a33852 commit 7c7ab16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,4 @@ const buildw = getWatchTask(build, BUILD)
module.exports = {
build,
buildw,
clean,
copy,
babel,
yaml,
}
4 changes: 0 additions & 4 deletions src/tasks/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,4 @@ module.exports = {
check,
checkw,
fullCheck,
lint,
dup,
audit,
outdated,
}

0 comments on commit 7c7ab16

Please sign in to comment.