index
:
pev
master
Mirror of postgres explain visualizer
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
tasks
/
npm.ts
blob: 2ab5e76cb0fdfa3cf8599fa552fa193517070efa (
plain
)
1
2
3
4
5
export = function npm(gulp, plugins) { return plugins.shell.task([ 'npm prune' ]); };