Add Executor and RelaySet

This commit is contained in:
Jonathan Staab
2023-03-27 13:39:48 -05:00
parent 4b362e3061
commit 853b42c1c9
9 changed files with 121 additions and 72 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"scripts": {
"build": "node build.js",
"pub": "npm i && node build.js && npm publish",
"check:ts": "tsc --noEmit --esModuleInterop lib/*",
"check:ts": "tsc --noEmit --esModuleInterop --strict lib/**/*",
"check:es": "eslint lib/*",
"check": "run-p check:*"
},