diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |