Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
5
bin/npm-install-skill.sh
Executable file
5
bin/npm-install-skill.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# cd into package directory and run npm install
|
||||
cd $1;
|
||||
npm install
|
||||
Reference in New Issue
Block a user