Skip to content

Commit 53a9dcb

Browse files
hextrazaSebastian Benjaminbbimber
authored
Swap from pkg to npm sea for jbrowse-cli (#348)
* Swap from pkg to npm sea for jbrowse-cli * Update tar version to latest * Add fallback for tar package * Build from any host to any target and fix JBrowseManager test * Update package.json * Update package-lock.json * Drop dependency on pkg * Add unzipper as a fallback for cli unzip --------- Co-authored-by: Sebastian Benjamin <sebastiancbenjamin@gmail.com> Co-authored-by: bbimber <bbimber@gmail.com>
1 parent 7f09ed6 commit 53a9dcb

File tree

6 files changed

+325
-595
lines changed

6 files changed

+325
-595
lines changed

jbrowse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
external "org.apache.lucene:lucene-backward-codecs:${luceneVersion}"
3131
}
3232

33-
def jbPkgTask = project.tasks.named("npm_run_jb-pkg")
33+
def jbPkgTask = project.tasks.named("npm_run_jb-sea")
3434

3535
jbPkgTask.configure {
3636
outputs.cacheIf {false}

0 commit comments

Comments
 (0)