We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81625fb commit 2c99b57Copy full SHA for 2c99b57
examples/runAll.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+for file in dist/*js; do node $file; done
0 commit comments