diff --git a/packages/eslint-plugin/project.json b/packages/eslint-plugin/project.json index 56e47529dd19..b0c4616a3e29 100644 --- a/packages/eslint-plugin/project.json +++ b/packages/eslint-plugin/project.json @@ -7,6 +7,12 @@ "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"] + }, + "generate-breaking-changes": { + "executor": "nx:run-script", + "options": { + "script": "generate:breaking-changes" + } } } } diff --git a/packages/rule-schema-to-typescript-types/package.json b/packages/rule-schema-to-typescript-types/package.json index cbfed2a08dd5..2aeda29240b4 100644 --- a/packages/rule-schema-to-typescript-types/package.json +++ b/packages/rule-schema-to-typescript-types/package.json @@ -26,8 +26,6 @@ "scripts": { "build": "tsc -b tsconfig.build.json", "format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore", - "generate-contributors": "tsx ./src/generate-contributors.ts", - "generate-sponsors": "tsx ./src/generate-sponsors.ts", "lint": "npx nx lint", "postinstall-script": "tsx ./src/postinstall.ts", "check-types": "npx nx typecheck"