diff --git a/package.json b/package.json index 0f708e8e..913b0ae0 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,13 @@ "test:v4": "mocha packages/eslint-plugin-pf-codemods/test/rules/v4", "test:v5": "mocha packages/eslint-plugin-pf-codemods/test/rules/v5", "test:v6": "yarn build && mocha packages/eslint-plugin-pf-codemods/dist/js/rules/v6/*/*.test.js", - "test:v4:single": "pf-codemods --v4 --no-cache test/v4test.tsx", - "test:v5:single": "pf-codemods --no-cache test/test.tsx", - "test:v6:single": "yarn build && pf-codemods --v6 --no-cache packages/eslint-plugin-pf-codemods/src/rules/v6/*/*Input.tsx", - "test:v6:single:output": "yarn build && pf-codemods --v6 --no-cache packages/eslint-plugin-pf-codemods/src/rules/v6/*/*Output.tsx", - "test:koku": "pf-codemods --v6 --no-cache test/koku-ui", - "test:console": "pf-codemods --v6 --no-cache test/console/frontend", - "test:integreatly": "pf-codemods --v6 --no-cache test/tutorial-web-app", + "test:v4:single": "node packages/pf-codemods/index.js --v4 --no-cache test/v4test.tsx", + "test:v5:single": "node packages/pf-codemods/index.js --no-cache test/test.tsx", + "test:v6:single": "yarn build && node packages/pf-codemods/index.js --v6 --no-cache packages/eslint-plugin-pf-codemods/src/rules/v6/*/*Input.tsx", + "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", + "test:koku": "node packages/pf-codemods/index.js --v6 --no-cache test/koku-ui", + "test:console": "node packages/pf-codemods/index.js --v6 --no-cache test/console/frontend", + "test:integreatly": "node packages/pf-codemods/index.js --v6 --no-cache test/tutorial-web-app", "test:packages": "yarn get:packages && node --unhandled-rejections=strict packages/pf-codemods/index.js --v6 --no-cache test/packages", "test:classnames": "lerna run test --scope=@patternfly/class-name-updater --stream", "test:classnames:v5": "yarn build:classnames && lerna run test:v5 --scope=@patternfly/class-name-updater --stream",