|
8 | 8 | "test:v4": "mocha packages/eslint-plugin-pf-codemods/test/rules/v4", |
9 | 9 | "test:v5": "mocha packages/eslint-plugin-pf-codemods/test/rules/v5", |
10 | 10 | "test:v6": "yarn build && mocha packages/eslint-plugin-pf-codemods/dist/js/rules/v6/*/*.test.js", |
11 | | - "test:v4:single": "pf-codemods --v4 --no-cache test/v4test.tsx", |
12 | | - "test:v5:single": "pf-codemods --no-cache test/test.tsx", |
13 | | - "test:v6:single": "yarn build && pf-codemods --v6 --no-cache packages/eslint-plugin-pf-codemods/src/rules/v6/*/*Input.tsx", |
14 | | - "test:v6:single:output": "yarn build && pf-codemods --v6 --no-cache packages/eslint-plugin-pf-codemods/src/rules/v6/*/*Output.tsx", |
15 | | - "test:koku": "pf-codemods --v6 --no-cache test/koku-ui", |
16 | | - "test:console": "pf-codemods --v6 --no-cache test/console/frontend", |
17 | | - "test:integreatly": "pf-codemods --v6 --no-cache test/tutorial-web-app", |
| 11 | + "test:v4:single": "node packages/pf-codemods/index.js --v4 --no-cache test/v4test.tsx", |
| 12 | + "test:v5:single": "node packages/pf-codemods/index.js --no-cache test/test.tsx", |
| 13 | + "test:v6:single": "yarn build && node packages/pf-codemods/index.js --v6 --no-cache packages/eslint-plugin-pf-codemods/src/rules/v6/*/*Input.tsx", |
| 14 | + "test:v6:single:output": "yarn build && node packages/pf-codemods/index.js --v6 --no-cache packages/eslint-plugin-pf-codemods/src/rules/v6/*/*Output.tsx", |
| 15 | + "test:koku": "node packages/pf-codemods/index.js --v6 --no-cache test/koku-ui", |
| 16 | + "test:console": "node packages/pf-codemods/index.js --v6 --no-cache test/console/frontend", |
| 17 | + "test:integreatly": "node packages/pf-codemods/index.js --v6 --no-cache test/tutorial-web-app", |
18 | 18 | "test:packages": "yarn get:packages && node --unhandled-rejections=strict packages/pf-codemods/index.js --v6 --no-cache test/packages", |
19 | 19 | "test:classnames": "lerna run test --scope=@patternfly/class-name-updater --stream", |
20 | 20 | "test:classnames:v5": "yarn build:classnames && lerna run test:v5 --scope=@patternfly/class-name-updater --stream", |
|
0 commit comments