Skip to content

Commit

Permalink
#4030 - Move AnnotatorJS code to different package
Browse files Browse the repository at this point in the history
- Fix target package for compiled JS code
  • Loading branch information
reckart committed May 29, 2023
1 parent 9ab916a commit 5266981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inception/inception-html-editor/src/main/ts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const defaults = {
logLevel: 'info'
}

let outbase = '../../../target/js/de/tudarmstadt/ukp/inception/htmleditor/annotatorjs/resources/'
let outbase = '../../../target/js/de/tudarmstadt/ukp/inception/annotatorjs/resources/'

const argv = yargs(hideBin(process.argv)).argv

Expand All @@ -77,7 +77,7 @@ if (argv.live) {
else console.log('watch build succeeded:', result)
}
}
outbase = '../../../target/classes/de/tudarmstadt/ukp/inception/htmleditor/annotatorjs/resources/'
outbase = '../../../target/classes/de/tudarmstadt/ukp/inception/annotatorjs/resources/'
}

esbuild.build(Object.assign({
Expand Down

0 comments on commit 5266981

Please sign in to comment.