From afddca946d12490e5d6e8c8f6263de20e4b41de1 Mon Sep 17 00:00:00 2001 From: abose Date: Wed, 11 Oct 2023 23:03:51 +0530 Subject: [PATCH] fix: windows dev build failure in tauri --- src-node/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-node/package.json b/src-node/package.json index 6c36618b62..aa664a75be 100644 --- a/src-node/package.json +++ b/src-node/package.json @@ -8,6 +8,7 @@ "homepage": "https://github.com/phcode-dev/phoenix", "license": "GNU-AGPL3.0", "scripts": { + "_watch_src-node": "cd .. && npm run _watch_src-node" }, "engines": { "node": "18"