mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
ci: add ci workflow to run tests and linting
This commit is contained in:
parent
7546c38bef
commit
5096b0910d
2 changed files with 68 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "node dist/main",
|
||||
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/ frontend/src/",
|
||||
"lint:api": "eslint --ext .js,.ts src/ test/",
|
||||
"lint:frontend": "eslint --ext .js,.jsx,.ts,.tsx frontend/src/",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:cov": "jest --coverage",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue