0.0.1 • Published 3 years ago
@web-hand/web-hand v0.0.1
web-hand
Scripts
Below you can find all scripts you can use inside this repository
npm run serve→ starts webpack dev server over https under 8080 portnpm run build→ creates project production build using webpack with swc compilernpm run pretyprint→ run code prettier code formatter for all files inside project root directory and print all issuesnpm run pretyprint:fix→ run code prettier (code formatter) for all files inside project root directory and fix all fixable issuesnpm run lint→ run eslint (static code analysis tool) for all.tsconnected with src/index.ts and print all issuesnpm run lint:fix→ run eslint (static code analysis tool) for all.tsconnected with src/index.ts and fix all fixable issuesnpm run test→ run all tests in project. To run single test suite simple pass file name (npm run test app.spec.ts)npm run test:coverage→ run tests and generates tests coverage reportnpm run test:watch→ run tests in watch mode. If you change any test case tests will be re-triggerednpm run test:watch:coverage→ run tests in watch mode and generates coverage reports every time tests get re-triggered
0.0.1
3 years ago