Skip to content

Commit

Permalink
IIIF #3 - Adding "heroku-postbuild" script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Jul 1, 2022
1 parent f5926f2 commit bd13f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"scripts": {
"build": "yarn --cwd client install && yarn --cwd client run build && cd ..",
"deploy": "cp -a client/build/. public/"
"deploy": "cp -a client/build/. public/",
"heroku-postbuild": "yarn deploy"
}
}

0 comments on commit bd13f5c

Please sign in to comment.