diff options
author | Minteck <contact@minteck.org> | 2022-11-28 17:22:49 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-11-28 17:22:49 +0100 |
commit | 006ed0f2b6ba65f691551c18138bb38a1bef44b6 (patch) | |
tree | 9218625a3ce812e928489623b0673fdf1c964b7f /package.json | |
parent | af9b870d6fae7af96fc5ecb7e6e595cdbe167b51 (diff) | |
download | cooler-pony-mane.tar.gz cooler-pony-mane.tar.bz2 cooler-pony-mane.zip |
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", |