Skip to content

Commit 86dc4ad

Browse files
authored
Fix table in README.md
1 parent d1bf603 commit 86dc4ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Furthermore, a built-in GitHub Actions workflow ensures quality control for ever
1212

1313
Though this project has been initialized using [pnpm](https://pnpm.io/), you're welcome to utilize your preferred package manager.
1414

15-
| Pnpm command | Npm command | Description |
16-
| ------------------------------------- | ------------------------- |
17-
| `pnpm install` | `npm install` | Install dependencies |
18-
| `pnpm test` | `npm test` | Execute tests |
19-
| `pnpm test:watch` | `npm test:watch` | Run tests in watch mode |
20-
| `pnpm build` | `npm build` | Build the package |
15+
| Pnpm command | Yarn command | Npm command | Description |
16+
| ----------------- | ----------------- | ----------------- | ------------------------- |
17+
| `pnpm install` | `yarn install` | `npm install` | Install dependencies |
18+
| `pnpm test` | `yarn test` | `npm test` | Execute tests |
19+
| `pnpm test:watch` | `yarn test:watch` | `npm test:watch` | Run tests in watch mode |
20+
| `pnpm build` | `yarn build` | `npm build` | Build the package |
2121

2222
By default, the package is configured to build to the `dist` folder. If you wish to modify this, adjustments can be made in the `vite.config.ts` file. Additionally, type definitions are included in the build, ensuring compatibility with other TypeScript projects.

0 commit comments

Comments
 (0)