From 13b38343ad0d23766ef2f0b1a2a8a6d0dda78cf8 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Tue, 19 Apr 2022 20:45:21 -0700 Subject: [PATCH] add proxy and ext folders to dist --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 282a842..95607b8 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "license": "Apache-2.0", "scripts": { "dev": "neu run", - "build": "neu build" + "build": "neu build && npm run move_files", + "move_files": "cp -r ./ext ./dist/GrassClipper && cp -r ./proxy ./dist/GrassClipper" } }