Skip to content

Commit

Permalink
Oops that wasn't supposed to be commented
Browse files Browse the repository at this point in the history
  • Loading branch information
rianadon committed Oct 10, 2024
1 parent 1eb50c5 commit 6a2583e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/model_gen/keyholes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ async function main() {
await modeling.loadManifold()

console.log('Compiling ClojureScript...')
// await promisify(exec)('lein cljsbuild once keyholes', {
// cwd: dirname(fileURLToPath(import.meta.url)),
// })
await promisify(exec)('lein cljsbuild once keyholes', {
cwd: dirname(fileURLToPath(import.meta.url)),
})

await Promise.all([
// generateMXPCB(),
Expand Down

0 comments on commit 6a2583e

Please sign in to comment.