Skip to content

Commit

Permalink
Merge pull request #31 from eea/master
Browse files Browse the repository at this point in the history
Set script exec permissions
  • Loading branch information
valentinab25 authored Nov 2, 2021
2 parents e4cab04 + 60c5e4d commit 2f1df61
Show file tree
Hide file tree
Showing 7 changed files with 281 additions and 250 deletions.
517 changes: 276 additions & 241 deletions CHANGELOG.md

Large diffs are not rendered by default.

Empty file modified create-sentry-release.sh
100644 → 100755
Empty file.
Empty file modified entrypoint-dev.sh
100644 → 100755
Empty file.
Empty file modified entrypoint-prod.sh
100644 → 100755
Empty file.
Empty file modified entrypoint.sh
100644 → 100755
Empty file.
12 changes: 4 additions & 8 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"compilerOptions": {
"paths": {
"@eeacms/volto-industry-theme": [
"addons/volto-industry-theme/src"
]
},
"baseUrl": "src"
}
"compilerOptions": {
"paths": {},
"baseUrl": "src"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@eeacms/industry-frontend",
"description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu",
"license": "MIT",
"version": "3.1.0",
"version": "3.1.1",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
"homepage": "https://github.com/eea/industry-frontend",
Expand Down

0 comments on commit 2f1df61

Please sign in to comment.