- add test to ci pipeline ci.yml
Some checks are pending
CI Pipeline / japa-tests (push) Has started running
Some checks are pending
CI Pipeline / japa-tests (push) Has started running
This commit is contained in:
parent
a48a2d9704
commit
578c4180f4
7 changed files with 205 additions and 186 deletions
|
@ -9,7 +9,8 @@
|
|||
"start": "node server.js",
|
||||
"lint": "eslint . --ext=.ts",
|
||||
"format": "prettier --write .",
|
||||
"format-check": "prettier --check ./**/*.ts"
|
||||
"format-check": "prettier --check ./**/*.ts",
|
||||
"test": "node ace test"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue