diff --git a/package.json b/package.json index 6a95f12649..72e7a80421 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "scripts": { "lint": "eslint .", "prepare": "pnpm -r run stub", + "fresh": "rimraf node_modules packages/**/node_modules pnpm-lock.yaml && pnpm i", "release": "bumpp package.json packages/*/package.json", "test": "pnpm -r run test" }, @@ -16,6 +17,7 @@ "bumpp": "^8.2.0", "eslint": "^8.16.0", "eslint-plugin-ow3": "workspace:*", + "rimraf": "^3.0.2", "typescript": "^4.7.2" } }