File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 "copyright" : " © Mendix Technology BV 2025. All rights reserved." ,
66 "private" : true ,
77 "bin" : {
8- "rui-agent-rules" : " bin/rui-agent-rules.ts" ,
98 "rui-create-gh-release" : " bin/rui-create-gh-release.ts" ,
109 "rui-create-translation" : " bin/rui-create-translation.ts" ,
1110 "rui-generate-package-xml" : " bin/rui-generate-package-xml.ts" ,
2524 " tsconfig.json"
2625 ],
2726 "scripts" : {
28- "agent-rules" : " ts-node bin/rui-agent-rules.ts" ,
2927 "changelog" : " ts-node bin/rui-changelog-helper.ts" ,
3028 "check-changelogs" : " ts-node bin/rui-check-changelogs.ts" ,
3129 "compile:parser:module" : " peggy -o ./src/changelog-parser/parser/widget/widget.js ./src/changelog-parser/parser/widget/widget.pegjs" ,
Original file line number Diff line number Diff line change 1313 "create-gh-release" : " turbo run create-gh-release --concurrency 1" ,
1414 "create-translation" : " turbo run create-translation" ,
1515 "include-oss-in-artifact" : " pnpm --filter @mendix/automation-utils run include-oss-in-artifact" ,
16- "postinstall" : " turbo run agent-rules" ,
1716 "lint" : " turbo run lint --continue --concurrency 1" ,
1817 "oss-clearance" : " pnpm --filter @mendix/automation-utils run oss-clearance" ,
1918 "prepare" : " husky install" ,
Original file line number Diff line number Diff line change 7575 " !*/**/__tests__/**"
7676 ],
7777 "outputs" : []
78- },
79- "agent-rules" : {
80- "cache" : false ,
81- "inputs" : [" docs/requirements/**" ],
82- "outputs" : []
8378 }
8479 }
8580}
You can’t perform that action at this time.
0 commit comments