Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created December 31, 2020 12:45
Show Gist options
  • Save mr-pascal/7adf137846eb3f835deed0d8ed63afb8 to your computer and use it in GitHub Desktop.
Save mr-pascal/7adf137846eb3f835deed0d8ed63afb8 to your computer and use it in GitHub Desktop.
## Run all tests
npm run test
## Delete `dist` folder
npm run clean
## Trigger a clean build
npm run build
## Start the server using the output from `npm run build`
npm run start
## Directly start the server via the TypeScript files
npm run dev
## Run `eslint` on all TypeScript files located under `src`
npm run lint
## Run `eslint` and fix all TypeScript files located under `src`
npm run lint:write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment