summaryrefslogtreecommitdiffstats
path: root/front/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'front/package.json')
-rw-r--r--front/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/front/package.json b/front/package.json
index 941b9c4..0a96871 100644
--- a/front/package.json
+++ b/front/package.json
@@ -14,7 +14,7 @@
"scripts": {
"test": "echo \"Error: testing is disallowed\" && exit 1",
"build": "esbuild index.jsx --sourcemap=inline --bundle --outdir=dist",
- "release": "esbuild index.jsx --bundle --minify --outdir=dist",
+ "release": "esbuild index.jsx style.css twemoji-awesome.css --loader:.ttf=file --bundle --minify --outdir=dist && cp index.html dist/",
"watch": "esbuild index.jsx --sourcemap=inline --bundle --outdir=dist --watch"
},
"author": "syn",