Fix plugin builds

This commit is contained in:
Gregory Schier
2025-07-07 14:17:47 -07:00
parent bd2662fbe3
commit 6c0f9377cd
18 changed files with 17 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint": "tsc --noEmit"
}