Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plecrx authored Jan 13, 2024
1 parent e6295a3 commit fbee69c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ It uses Vite, Vue3, TypeScript, Vitest, ESLint, Prettier, and Husky.

### Commands

#### Using Yarn

```bash
yarn dev # Run the app in development mode.
yarn build # Build the app for production using type-check and build-only.
yarn preview # Serve the built app for preview.
yarn test:watch # Run Vitest in watch mode.
yarn test # Run Vitest without watch.
yarn type-check # Run vue-tsc to compile types.
yarn lint # Run ESLint to check for code issues.
yarn format # Run Prettier to format code.
yarn postinstall # Install Husky Git hooks.
Expand Down

0 comments on commit fbee69c

Please sign in to comment.