Skip to content

Commit

Permalink
chore: update mainfest file path (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrysShan authored Sep 23, 2022
1 parent 8e33bed commit ac9d7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanner/scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class Scanner {
}

if (this.options.needWriteFile) {
await this.writeFile(`manifest.json`, JSON.stringify(result, null, 2));
await this.writeFile(path.resolve(root, 'manifest.json'), JSON.stringify(result, null, 2));
}

return result;
Expand Down

0 comments on commit ac9d7f9

Please sign in to comment.