diff --git a/plugins/auth-basic/package.json b/plugins/auth-basic/package.json index a7e8fbc7..45d8d81a 100644 --- a/plugins/auth-basic/package.json +++ b/plugins/auth-basic/package.json @@ -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" } diff --git a/plugins/auth-bearer/package.json b/plugins/auth-bearer/package.json index 1048c38d..3c50a698 100644 --- a/plugins/auth-bearer/package.json +++ b/plugins/auth-bearer/package.json @@ -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" } diff --git a/plugins/auth-jwt/package.json b/plugins/auth-jwt/package.json index 5f33acf3..c3064374 100644 --- a/plugins/auth-jwt/package.json +++ b/plugins/auth-jwt/package.json @@ -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" }, diff --git a/plugins/auth-oauth2/package.json b/plugins/auth-oauth2/package.json index fa0871c1..36de36e6 100644 --- a/plugins/auth-oauth2/package.json +++ b/plugins/auth-oauth2/package.json @@ -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" } diff --git a/plugins/filter-jsonpath/package.json b/plugins/filter-jsonpath/package.json index e6b168e2..f7cd8b9b 100644 --- a/plugins/filter-jsonpath/package.json +++ b/plugins/filter-jsonpath/package.json @@ -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" }, diff --git a/plugins/template-function-cookie/package.json b/plugins/template-function-cookie/package.json index 40bb6ae3..516de06a 100644 --- a/plugins/template-function-cookie/package.json +++ b/plugins/template-function-cookie/package.json @@ -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" } diff --git a/plugins/template-function-encode/package.json b/plugins/template-function-encode/package.json index 475fec72..a5fe5b5c 100644 --- a/plugins/template-function-encode/package.json +++ b/plugins/template-function-encode/package.json @@ -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" } diff --git a/plugins/template-function-fs/package.json b/plugins/template-function-fs/package.json index 65cffefd..3201e120 100644 --- a/plugins/template-function-fs/package.json +++ b/plugins/template-function-fs/package.json @@ -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" } diff --git a/plugins/template-function-hash/package.json b/plugins/template-function-hash/package.json index 3bcb2f79..f63ad7af 100755 --- a/plugins/template-function-hash/package.json +++ b/plugins/template-function-hash/package.json @@ -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" } diff --git a/plugins/template-function-json/package.json b/plugins/template-function-json/package.json index 1742a69e..3ff9d3fd 100755 --- a/plugins/template-function-json/package.json +++ b/plugins/template-function-json/package.json @@ -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" }, diff --git a/plugins/template-function-prompt/package.json b/plugins/template-function-prompt/package.json index 8abde79d..16b0a30d 100644 --- a/plugins/template-function-prompt/package.json +++ b/plugins/template-function-prompt/package.json @@ -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" } diff --git a/plugins/template-function-regex/package.json b/plugins/template-function-regex/package.json index 54ede201..89f955d4 100644 --- a/plugins/template-function-regex/package.json +++ b/plugins/template-function-regex/package.json @@ -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" } diff --git a/plugins/template-function-request/package.json b/plugins/template-function-request/package.json index 57bd6d0c..a6d59e19 100755 --- a/plugins/template-function-request/package.json +++ b/plugins/template-function-request/package.json @@ -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" } diff --git a/plugins/template-function-response/package.json b/plugins/template-function-response/package.json index fe6a9490..f521239e 100644 --- a/plugins/template-function-response/package.json +++ b/plugins/template-function-response/package.json @@ -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" }, diff --git a/plugins/template-function-uuid/package.json b/plugins/template-function-uuid/package.json index a2f8b524..db85ab40 100644 --- a/plugins/template-function-uuid/package.json +++ b/plugins/template-function-uuid/package.json @@ -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" }, diff --git a/plugins/template-function-xml/package.json b/plugins/template-function-xml/package.json index 1041e7eb..12832b6b 100755 --- a/plugins/template-function-xml/package.json +++ b/plugins/template-function-xml/package.json @@ -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" }, diff --git a/plugins/themes-yaak/package.json b/plugins/themes-yaak/package.json index dff578b1..632e667d 100644 --- a/plugins/themes-yaak/package.json +++ b/plugins/themes-yaak/package.json @@ -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" } diff --git a/scripts/vendor-plugins.cjs b/scripts/vendor-plugins.cjs index 4a50159d..b2ad8f6e 100644 --- a/scripts/vendor-plugins.cjs +++ b/scripts/vendor-plugins.cjs @@ -9,7 +9,6 @@ console.log('Copying Yaak plugins to', pluginsDir); for (const name of readdirSync(pluginsDir)) { const dir = path.join(pluginsDir, name); if (name.startsWith('.')) continue; - console.log('Building plugin', dir); execSync('npm run build', { cwd: dir }); const destDir = path.join(__dirname, '../src-tauri/vendored/plugins/', name); console.log(`Copying ${name} to ${destDir}`);