Skip to content

Commit 1869688

Browse files
committed
fix building of examples
1 parent 5be9593 commit 1869688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/buildAll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const cmds = examples.map(function(dirname) {
88
});
99

1010
let i = 0;
11-
for(const cmd of cmds.reverse()) {
11+
for(const cmd of cmds) {
1212
console.log(`[${++i}/${cmds.length}] ${cmd}`);
1313
cp.execSync(cmd, { encoding: "utf-8" });
1414
}

0 commit comments

Comments
 (0)