Skip to content

Commit fdf2dfe

Browse files
committed
0.4.0 release
1 parent f0b845c commit fdf2dfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks/npm.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
*
77
* `npm-outdated` - Runs `npm outdated` via NPM CLI.
88
*
9+
* `npm-run-test` - Runs `npm run test` via NPM CLI.
10+
*
11+
* `npm-run-test-coverage` - Runs `npm run test-coverage` via NPM CLI.
12+
*
913
* `npm-uninstall` - Runs `npm uninstall <package>` via NPM CLI for all node modules installed.
1014
*
1115
* @param {Gulp} gulp - An instance of Gulp.

0 commit comments

Comments
 (0)