aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-11-28 17:22:49 +0100
committerMinteck <contact@minteck.org>2022-11-28 17:22:49 +0100
commit006ed0f2b6ba65f691551c18138bb38a1bef44b6 (patch)
tree9218625a3ce812e928489623b0673fdf1c964b7f /package.json
parentaf9b870d6fae7af96fc5ecb7e6e595cdbe167b51 (diff)
downloadcooler-pony-mane.tar.gz
cooler-pony-mane.tar.bz2
cooler-pony-mane.zip
UpdateHEADmane
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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",