mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
chore: update README file
This commit is contained in:
parent
383f898125
commit
954a1b1ce2
1 changed files with 13 additions and 13 deletions
26
README.md
26
README.md
|
|
@ -44,19 +44,19 @@
|
|||
|
||||
## Commands
|
||||
|
||||
- `npm run **dev**`: run development server
|
||||
- `npm run **build**`: build for production
|
||||
- `npm run **preview**`: preview the built app
|
||||
- `npm run **lint**`: lint files using ESLint
|
||||
- `npm run **lint:fix**`: lint and fix using ESLint
|
||||
- `npm run **lint:style**`: lint styles using Stylelint
|
||||
- `npm run **lint:style:fix**`: lint and fix styles using Stylelint
|
||||
- `npm run **format**`: format files using Prettier
|
||||
- `npm run **commit**`: commit message using Commitizen
|
||||
- `npm run **release:major**`: release major varsion
|
||||
- `npm run **release:minor**`: release minor varsion
|
||||
- `npm run **release:patch**`: release patch varsion
|
||||
- `npm run **storybook**`: run Storybook
|
||||
- `npm run dev`: run development server
|
||||
- `npm run build`: build for production
|
||||
- `npm run preview`: preview the built app
|
||||
- `npm run lint`: lint files using ESLint
|
||||
- `npm run lint:fix`: lint and fix using ESLint
|
||||
- `npm run lint:style`: lint styles using Stylelint
|
||||
- `npm run lint:style:fix`: lint and fix styles using Stylelint
|
||||
- `npm run format`: format files using Prettier
|
||||
- `npm run commit`: commit message using Commitizen
|
||||
- `npm run release:major`: release major varsion
|
||||
- `npm run release:minor`: release minor varsion
|
||||
- `npm run release:patch`: release patch varsion
|
||||
- `npm run storybook`: run Storybook
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue