Add bootstrap to release script (to fix lint)

This commit is contained in:
Gregory Schier
2025-09-22 08:57:05 -07:00
parent 7951f3a7bd
commit 523e7dcf16
30 changed files with 32 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint":"eslint . --ext .ts,.tsx"
"lint":"tsc --noEmit && eslint . --ext .ts,.tsx"
},
"dependencies": {
"jsonpath-plus": "^10.3.0",