We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm_ping
1 parent a5a3dbc commit 085212cCopy full SHA for 085212c
docs/usage.md
@@ -73,6 +73,7 @@ All npm command can also be invoked using underscore notation based on a gradle
73
```bash
74
$ gradle npm_update
75
$ gradle npm_list
76
+$ gradle npm_ping
77
$ gradle npm_cache_clean
78
...
79
```
@@ -84,6 +85,12 @@ be used for dependency declarations, such as:
84
85
npm_audit.dependsOn(npm_cache_clean)
86
87
88
+A custom NPM task named `"my-custom-task"` declared in `package.json` in the `"scripts"`-block, can be referenced:
89
+
90
+```bash
91
+$ gradle npm_run_my-custom-task
92
+```
93
94
More arguments can be passed via the `build.gradle` file:
95
96
```gradle
0 commit comments