Skip to content

Commit

Permalink
build: provide unified build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Sendler committed Jun 20, 2024
1 parent 76d5b3c commit ef19e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You will need nodejs and npm installed to build this project. WIth both installe

```
npm install
grunt
npm run build
```

`grunt` builds the application and copies it to the correct folder in `/opt/digiverso/goobi/`.
3 changes: 3 additions & 0 deletions frontend-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "goobi_plugin_step_ocrselector",
"version": "0.1.8",
"scripts": {
"build": "grunt"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
Expand Down

0 comments on commit ef19e07

Please sign in to comment.