Skip to content

Commit

Permalink
no prepend necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Feb 17, 2025
1 parent f5d64af commit 313ccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ toolkitLib.package.addField("exports", {
"./package.json": "./package.json"
});

toolkitLib.postCompileTask.prependExec('ts-node scripts/gen-code-registry.ts');
toolkitLib.postCompileTask.exec('ts-node scripts/gen-code-registry.ts');
toolkitLib.postCompileTask.exec('node build-tools/bundle.mjs');
// Smoke test built JS files
toolkitLib.postCompileTask.exec("node ./lib/index.js >/dev/null 2>/dev/null </dev/null");
Expand Down

0 comments on commit 313ccc9

Please sign in to comment.