Skip to content

Commit

Permalink
IIIF #3 - Adding package.json for Heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Jun 30, 2022
1 parent a7b8f86 commit 30b6ff3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "IIIF Cloud",
"license": "MIT",
"engines": {
"node": "16.x",
"yarn": "1.x"
},
"scripts": {
"build": "yarn --cwd client install && yarn --cwd client run build && cd ..",
"deploy": "cp -a client/build/. public/",
"heroku-postbuild": "yarn build && yarn deploy"
}
}

0 comments on commit 30b6ff3

Please sign in to comment.