There was an error while loading. Please reload this page.
1 parent 453cca8 commit 161c196Copy full SHA for 161c196
1 file changed
contrib/npm.php
@@ -19,6 +19,10 @@
19
return which('npm');
20
});
21
22
+set('bin/npx', function () {
23
+ return which('npx');
24
+});
25
+
26
// Uses `npm ci` command. This command is similar to npm install,
27
// except it's meant to be used in automated environments such as
28
// test platforms, continuous integration, and deployment -- or
0 commit comments