Skip to content

Commit

Permalink
fix: workaround wireit (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 1, 2023
1 parent fb51ced commit 44d9f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class Manifest extends Command {
this.cloneRepo(repoUrl, fullPath, maxSatisfying)

this.executeCommand('yarn', {cwd: fullPath})
this.executeCommand('yarn build', {cwd: fullPath})
this.executeCommand('yarn tsc', {cwd: fullPath})
const plugin = new Plugin({root: fullPath, type: 'jit', ignoreManifest: true, errorOnManifestCreate: true})
await plugin.load()

Expand Down

0 comments on commit 44d9f69

Please sign in to comment.