Skip to content

Commit

Permalink
Revert change that has resulted in fixtures being compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Sep 27, 2021
1 parent 3e2b42b commit 1a71619
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions src/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,7 @@ export class Updater {

await ContainerService.run(container)

const outputPath = path.join(
__dirname,
'../',
this.outputFolder,
'output.json'
)
const outputPath = path.join(__dirname, '../output/output.json')
if (!fs.existsSync(outputPath)) {
throw new Error('No output.json created by the fetcher container')
}
Expand Down

0 comments on commit 1a71619

Please sign in to comment.