This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
docker-magento
mirror of
https://github.com/markshust/docker-magento
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix bin/grunt CLI script
#569
Mark Shust
3 years ago
parent
dbd31647b0
commit
8f689ffb24
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
compose/bin/grunt
+ 1
- 1
compose/bin/grunt
View File
@@ -1,2 +1,2 @@
#!/bin/bash
-bin/cli grunt "$@"
+bin/cli
./node_modules/grunt/bin/
grunt "$@"