update dir name

pull/2112/head
aniket-engg 3 years ago committed by Aniket
parent 52f5e76898
commit 9ffe002b8c
  1. 2
      libs/remix-core-plugin/src/lib/compiler-metadata.ts

@ -29,7 +29,7 @@ export class CompilerMetadata extends Plugin {
_OutputFileName (path, target) {
const paths = target.split('/')
const fileName = paths[paths.length - 1]
return this.joinPath(path, this.innerPath, 'output/' + fileName + '.json')
return this.joinPath(path, this.innerPath, 'build-info/' + fileName + '.json')
}
onActivation () {

Loading…
Cancel
Save