Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoleao052 authored Apr 8, 2024
1 parent 35eb99a commit 28afeec
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,10 @@ for (let i = 0; i < 40; i++) {

## 3. Distribution & Devtools

- To **Build for Distribution**, run `npm run build`. CJS and ESM modules and `index.d.ts` will be output in the `dist/` folder.
- To check the code with **ESLint** at any time, run `npm run lint`.
- To improve code formatting with **prettier**, run `npm run prettier`.
- **Performance benchmarks** are also included and tracked in the `tests/benchmarks/` directory.
- Run all benchmarks with `npm run bench`
- Save new benchmarks with `npm run bench:update`.
- To **build for distribution**, run `npm run build`. CJS and ESM modules and `index.d.ts` will be output in the `dist/` folder.
- To **check the code** with ESLint at any time, run `npm run lint`.
- To **improve code formatting** with prettier, run `npm run prettier`.
- **Performance benchmarks** are also included in the `tests/benchmarks/` directory. Run all benchmarks with `npm run bench` and save new benchmarks with `npm run bench:update`.


## 4. Results
Expand Down

0 comments on commit 28afeec

Please sign in to comment.