diff --git a/package.json b/package.json index a708693..f20cfa2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,9 @@ "lint": "next lint", "start": "next start", "find-deadcode": "ts-prune | (! grep -v 'used in module')", - "build": "next build && next-sitemap" + "build": "next build && next-sitemap", + "clean:lock": "rm -f pnpm-lock.yaml", + "clean:resync": "pnpm clean:lock && pnpm install" }, "dependencies": { "@heroicons/react": "^2.1.3",