We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef426d commit 8089f53Copy full SHA for 8089f53
1 file changed
transpile.sh
@@ -1,9 +1,9 @@
1
2
#
3
-# /bin/bash transpile.sh transpile.ignore
4
-# /bin/bash transpile.sh transpile.ignore --watch
5
-# /bin/bash transpile.sh
6
-# /bin/bash transpile.sh --watch
+# echo "file.ts" | /bin/bash transpile.sh transpile.ignore
+# echo "file.ts" | /bin/bash transpile.sh transpile.ignore --watch
+# echo "file.ts" | /bin/bash transpile.sh
+# echo "file.ts" | /bin/bash transpile.sh --watch
7
8
# That script is responsible just for transpiling
9
0 commit comments