Skip to content

Commit

Permalink
try to make it work on MacOS and GNU Linux systems
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed May 14, 2024
1 parent 1e59730 commit 5642950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"serve": "parcel",
"prebuild": "sed -i '' 's+material-ui/core//Menu+material-ui/core/Menu+g' node_modules/mirador/dist/es/src/components/WindowTopMenu.js",
"prebuild": "sed -i'.foo' 's+material-ui/core//Menu+material-ui/core/Menu+g' node_modules/mirador/dist/es/src/components/WindowTopMenu.js",
"build": "parcel build src/index.html --no-content-hash",
"prezip": "npm run build",
"zip": "zip -r dist/WeGA-WebApp-Mirador.zip dist/*.js dist/*.map dist/*.html",
Expand Down

0 comments on commit 5642950

Please sign in to comment.