diff --git a/finnbuild.json b/finnbuild.json index 78701557c6..f328254d64 100644 --- a/finnbuild.json +++ b/finnbuild.json @@ -34,6 +34,10 @@ ] }, + ], + "default": [ + {"command": "cd unleash-server && npm install"}, + {"command": "cd unleash-server && npm test"} ] } } \ No newline at end of file