mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-12 10:37:32 +00:00
Gracefully shutdown server (#265)
* Gracefully shutdown server * Forbid lint warnings * Avoid setting subgraph path in template contex in codegen
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user