diff --git a/package.json b/package.json index 472be0a1..aad2c3b5 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.0.0", "scripts": { "dev": "next", + "postinstall":"npm run search-meta:gen", "build": "next build", "lint": "next lint", "prepare": "husky install",