Przeglądaj źródła

Fix bin/grunt CLI script #569

Mark Shust 3 lat temu
rodzic
commit
8f689ffb24
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      compose/bin/grunt

+ 1 - 1
compose/bin/grunt

@@ -1,2 +1,2 @@
 #!/bin/bash
-bin/cli grunt "$@"
+bin/cli ./node_modules/grunt/bin/grunt "$@"