Skip to content

Commit

Permalink
yarn installed again 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatson78 committed Sep 23, 2024
1 parent d9e0843 commit 4702f86
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 4,808 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
"private": true,
"repository": "[email protected]:samvera/hyrax.git",
"dependencies": {
"@rails/webpacker": "5.4.4",
"universalviewer": "^3.1.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
"webpack": "^4.46.0"
},
"scripts": {
"preinstall": "rm -rf ./public/uv",
"postinstall": "yarn run uv-install && yarn run uv-config",
"uv-install": "cp -r ./node_modules/universalviewer/dist ./public/uv",
"uv-config": "cp ./config/uv/uv.html ./public/uv/uv.html & cp ./config/uv/uv-config.json ./public/uv/"
},
"devDependencies": {
"webpack-dev-server": "^3"
}
"devDependencies": {}
}
Loading

0 comments on commit 4702f86

Please sign in to comment.