diff --git a/package.json b/package.json index 7599693..f627843 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "cleanup": "rimraf --glob node_modules", "start": "next start", "lint": "next lint", - "postinstall": "stale-dep -u" + "postinstall": "ignore-dependency-scripts \"stale-dep -u\"", }, "engines": { "node": ">=16"