From 441cc25c1f273f732b45d8dd562362218e6f7c00 Mon Sep 17 00:00:00 2001 From: Allan Crisostomo Date: Sat, 8 Aug 2020 23:06:50 +0800 Subject: [PATCH] Change paths Provide relative paths to project root (where package.json lives). --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2bf8bf5..2a20294 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ }, "build": { "files": [ - "build/**/*", - "node_modules/**/*" + "./build/**/*", + "./node_modules/**/*" ], "appId": "sh.modal.apps.pianomidimonitor", "productName": "Piano MIDI Monitor",