Skip to content

Commit

Permalink
build: Add postinstall script to generate search metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Mearman committed Oct 14, 2024
1 parent 24440d5 commit b3d4cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b3d4cfe

Please sign in to comment.