diff --git a/script/bootstrap b/script/bootstrap new file mode 100755 index 000000000..7282372f6 --- /dev/null +++ b/script/bootstrap @@ -0,0 +1,4 @@ +#!/bin/sh +# Make sure all dependencies are in place. + +npm install \ No newline at end of file