Skip to content

Commit

Permalink
add postinstall script to install dps for public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
anneb committed Sep 3, 2019
1 parent 4f1828d commit 65472e2
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 @@ -5,7 +5,8 @@
"main": "pgserver.js",
"scripts": {
"start": "nodemon pgserver.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd public && npm install"
},
"author": "Anne Blankert, Geodan",
"license": "ISC",
Expand Down

0 comments on commit 65472e2

Please sign in to comment.