diff --git a/package.json b/package.json index fd4724f..4572637 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "The nutritional fact database's website", "main": "index.js", "scripts": { + "postinstall": "gulp build", "start": "gulp serve", "test": "gulp test" },