We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be9593 commit 1869688Copy full SHA for 1869688
examples/buildAll.js
@@ -8,7 +8,7 @@ const cmds = examples.map(function(dirname) {
8
});
9
10
let i = 0;
11
-for(const cmd of cmds.reverse()) {
+for(const cmd of cmds) {
12
console.log(`[${++i}/${cmds.length}] ${cmd}`);
13
cp.execSync(cmd, { encoding: "utf-8" });
14
}
0 commit comments