Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti authored Feb 7, 2023
1 parent 8b41cd3 commit 5aacc61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const buildResource = async (resource: ResourceMeta): Promise<void> => {
}

try {
execa.sync(packageManager.executable, ['run', 'tsc'], {
execa.sync(packageManager.executable, ['run', 'build'], {
cwd: targetDir,
stdio: 'pipe',
encoding: 'utf-8',
Expand Down

0 comments on commit 5aacc61

Please sign in to comment.