Skip to content

Commit 2a7f96b

Browse files
committed
fix(extras): re-enable all build jobs
1 parent 6c60e69 commit 2a7f96b

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

extras/build/index.js

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,20 @@ async function generate () {
6565
return run(join(__dirname, scriptFile))
6666
}
6767

68-
// runJob('./webfonts.js')
69-
// runJob('./animate.js')
70-
71-
// runJob('./mdi-v6.js')
72-
// runJob('./fontawesome-v6.js')
73-
// runJob('./ionicons-v6.js')
74-
// runJob('./eva-icons.js')
75-
// runJob('./themify.js')
76-
// runJob('./line-awesome.js')
77-
// runJob('./bootstrap-icons.js')
68+
// run the material svg icon jobs
69+
runJob('./material-icons.js')
70+
runJob('./material-symbols.js')
7871

79-
// // don't exit before everything is done
80-
// await queue.wait({ empty: true })
72+
runJob('./webfonts.js')
73+
runJob('./animate.js')
8174

82-
// // run the material svg icon jobs
83-
// runJob('./material-icons.js')
84-
runJob('./material-symbols.js')
75+
runJob('./mdi-v6.js')
76+
runJob('./fontawesome-v6.js')
77+
runJob('./ionicons-v6.js')
78+
runJob('./eva-icons.js')
79+
runJob('./themify.js')
80+
runJob('./line-awesome.js')
81+
runJob('./bootstrap-icons.js')
8582

8683
// don't exit before everything is done
8784
await queue.wait({ empty: true })

0 commit comments

Comments
 (0)