We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880f36a commit 66d88e4Copy full SHA for 66d88e4
build.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+if [ "x$1" = "x" ];
3
+then
4
+ echo Must specify output directory for zipped bundle
5
+else
6
+ git archive --format zip --output $1/javascript-eslint.tmbundle.zip master
7
+fi
0 commit comments