Skip to content

rootstrap/nest-target-api

Repository files navigation

CircleCI Maintainability Test Coverage code style: prettier

Nest Target API

npm Scripts

  1. build builds the app. (It hangs, after it finishes hit ctrl+c)
  2. build:watch builds the app and watches for changes, this enables hot reloading
  3. start starts the app, must be built first
  4. test run all the tests
  5. test:cov run tests and save coverage report
  6. lint run the linter and prettier
  7. lint:fix runs the linter and tries to fix the errors