Gracefully shutdown server (#265)

* Gracefully shutdown server

* Forbid lint warnings

* Avoid setting subgraph path in template contex in codegen
This commit is contained in:
prathamesh0
2022-11-28 12:01:28 +05:30
committed by GitHub
parent 2417e3feb1
commit bd8f003322
19 changed files with 57 additions and 48 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"lerna": "^4.0.0"
},
"scripts": {
"lint": "lerna run lint --stream",
"lint": "lerna run lint --stream -- --max-warnings=0",
"test:init": "lerna run test:init --stream --ignore @cerc-io/*-watcher",
"test": "lerna run test --stream --ignore @cerc-io/*-watcher",
"build": "lerna run build --stream",