From 006ed0f2b6ba65f691551c18138bb38a1bef44b6 Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 28 Nov 2022 17:22:49 +0100 Subject: Update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 346ad40..af1b107 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "./build/index.js", "scripts": { "start": "cd ./build && node ./index.js", - "build": "tsc -p tsconfig.json && cp -r assets build" + "build": "tsc -p tsconfig.json && cp -r assets build && cp -r node_modules build" }, "author": "Minteck", "license": "MIT", -- cgit