|
51 | 51 | "build": "rimraf lib && tsc --build", |
52 | 52 | "clean": "rimraf lib && pnpm run clean-tests-dir", |
53 | 53 | "clean-tests-dir": "ts-node src/tests/e2e/clean-tests-dir.ts", |
54 | | - "test": "pnpm build && node lib/tests/e2e/test.js", |
55 | | - "test:manual": "pnpm build && node lib/tests/e2e/test-manual.js --debug", |
56 | | - "test:small": "pnpm build && node lib/tests/e2e/test-manual.js --debug --package-manager=pnpm --styling=css-modules", |
57 | | - "test:large": "pnpm build && node lib/tests/e2e/test-manual.js --debug --package-manager=pnpm --styling=emotion --react-hook-form --formik --prettier --formatting-pre-commit-hook --chakra --framer-motion --github-actions", |
58 | | - "test:cna": "pnpm build && node lib/tests/e2e/test-live-cna.js", |
59 | | - "test:cns": "pnpm build && node lib/tests/e2e/test-live-cns.js", |
| 54 | + "test": "pnpm build && ts-node src/tests/e2e/test.ts", |
| 55 | + "test:manual": "pnpm build && ts-node src/tests/e2e/test-manual.ts --debug", |
| 56 | + "test:small": "pnpm build && ts-node src/tests/e2e/test-manual.ts --debug --package-manager=pnpm --styling=css-modules", |
| 57 | + "test:large": "pnpm build && ts-node src/tests/e2e/test-manual.ts --debug --package-manager=pnpm --styling=emotion --react-hook-form --formik --prettier --formatting-pre-commit-hook --chakra --framer-motion --github-actions", |
| 58 | + "test:cna": "pnpm build && ts-node src/tests/e2e/test-live-cna.ts", |
| 59 | + "test:cns": "pnpm build && ts-node src/tests/e2e/test-live-cns.ts", |
60 | 60 | "print:help": "pnpm build && ./bin/dev --help", |
61 | 61 | "print:version": "pnpm build && ./bin/dev --help", |
62 | 62 | "version": "oclif-dev readme && git add README.md", |
|
0 commit comments