forked from svrjs/svrjs
Format npm scripts section in README.md
This commit is contained in:
parent
8a890bf4ea
commit
65a3f373f0
1 changed files with 6 additions and 11 deletions
17
README.md
17
README.md
|
@ -98,17 +98,12 @@ You can read the [SVR.JS documentation](https://svrjs.org/docs/tentative) to get
|
|||
|
||||
## npm scripts
|
||||
|
||||
To build SVR.JS along with the zip archive, run "npm run build".
|
||||
|
||||
To check SVR.JS code for errors with ESLint, run "npm run lint".
|
||||
|
||||
To fix and beautify SVR.JS code with ESLint and Prettier, run "npm run lint:fix".
|
||||
|
||||
To run SVR.JS from the "dist" folder, run "npm start".
|
||||
|
||||
To test SVR.JS itself, run "npm run dev". This removes existing configuration.
|
||||
|
||||
To perform unit tests with Jest, run "npm test".
|
||||
- To build SVR.JS along with the zip archive, run `npm run build`.
|
||||
- To check SVR.JS code for errors with ESLint, run `npm run lint`.
|
||||
- To fix and beautify SVR.JS code with ESLint and Prettier, run `npm run lint:fix`.
|
||||
- To run SVR.JS from the "dist" folder, run `npm start`.
|
||||
- To test SVR.JS itself, run `npm run dev`. This removes existing configuration.
|
||||
- To perform unit tests with Jest, run `npm test`.
|
||||
|
||||
## File structure
|
||||
|
||||
|
|
Reference in a new issue