check package.json in app_present check

This commit is contained in:
Sameer Naik
2017-01-13 15:51:21 +05:30
parent 8c7e42ca89
commit 9b77f24358

View File

@@ -9,7 +9,7 @@ fresh_container() {
}
app_present() {
[ -f /app/app.js ]
[ -f package.json ]
}
dependencies_up_to_date() {