Skip to content

Commit

Permalink
build: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-honig committed Jul 28, 2022
1 parent f4be856 commit fb3bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async function validateVersion(pkgv) {
// Render tsconfig
console.log(chalk.cyanBright(' Rendering tsconfig.json'));
const { stdout: tsconfig } = await exec(
'pnpx tsc --project ./tsconfig.build.json --showConfig ',
'npx tsc --project ./tsconfig.build.json --showConfig ',
{ cwd: pkgpath.root }
);
await fs.writeFile(pubpath('tsconfig.json'), tsconfig, 'utf8');
Expand Down

0 comments on commit fb3bfde

Please sign in to comment.