Test deploy w/ prebuilt files

This commit is contained in:
Dannon Baker
2021-01-12 08:48:21 -05:00
parent 8afa197856
commit afc87f99e4
2 changed files with 7 additions and 8 deletions
@@ -1,19 +1,18 @@
{
"name": "nora",
"license": "MIT",
"description": "NORA Medical Image Viewer",
"version": "1.1.0",
"keywords": [
"galaxy",
"visualization"
],
"description": "nora",
"main": "index.js",
"scripts": {
"build": "cpy --cwd='node_modules/@reisertm/nora_galaxy_plugin' --parents './' '../../../static/dist'"
},
"license": "MIT",
"dependencies": {
"cpy-cli": "^3.1.1",
"underscore": "^1.8.3",
"@reisertm/nora_galaxy_plugin": "^1.1.6"
"@galaxyproject/nora": "^1.1.0",
"cpy-cli": "^3.1.1"
},
"scripts": {
"build": "cpy --cwd='node_modules/@galaxyproject/nora/static/dist' --parents './' '../../../../../static/dist'"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB