Skip to content

Commit

Permalink
fixing the start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Jul 20, 2024
1 parent 7b0e8fd commit 5b927ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5b927ab

Please sign in to comment.