diff --git a/package-lock.json b/package-lock.json index 7e2690e..51a40fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "packages": { "": { "name": "root", + "hasInstallScript": true, "workspaces": [ "packages/*", "apps/*" @@ -27,7 +28,8 @@ } }, "apps/next-app": { - "version": "0.1.0" + "version": "0.1.0", + "extraneous": true }, "apps/react-vite-app": { "version": "0.0.0", @@ -12292,10 +12294,6 @@ "version": "2.6.2", "license": "MIT" }, - "node_modules/next-app": { - "resolved": "apps/next-app", - "link": true - }, "node_modules/nice-try": { "version": "1.0.5", "dev": true,