From 5b927ab531229558a8789589729a34c71a4bc567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Sat, 20 Jul 2024 21:30:34 +0200 Subject: [PATCH] fixing the start script --- src/cli/make.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',