diff --git a/src/cli/make.ts b/src/cli/make.ts index 88f5fd4..c2b95e4 100644 --- a/src/cli/make.ts +++ b/src/cli/make.ts @@ -84,7 +84,7 @@ export default (args: string[], cwd: string,) => { '@typescript-eslint/parser': '^7.0.0', }, scripts: { - start: 'tsc -p tsconfig.json && run-benchmark', + start: 'tsc -p tsconfig.json && iab bench', test: 'c8 mocha test', lint: 'eslint . --ext .js,.ts,.cjs,.json', 'lint-fix': 'eslint --fix . --ext .js,.ts,.cjs,.json',