From 5a90de80bd51666c475cfe7abe997178bdc35629 Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Wed, 11 Nov 2020 12:19:50 -0600 Subject: [PATCH] chore: temporarily skip tauri.js publishing (#1083) Let's see if we can get everything else published and confirm it's strictly npm. --- .changes/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.changes/config.json b/.changes/config.json index 0ec4b3eda..8df5bfe8d 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -140,6 +140,7 @@ }, "packages": { "tauri.js": { + "publish": false, "path": "./cli/tauri.js", "manager": "javascript", "dependencies": ["tauri"],