diff options
author | syn <isaqtm@gmail.com> | 2021-03-08 21:23:24 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-03-08 21:23:24 +0300 |
commit | 2f38658f5d86a199a1066341883aa69bd6e49828 (patch) | |
tree | 6493c73076c2fdef371d40d285197499505db604 /front/package.json | |
parent | 82b3f4c5e419bd6fdaa0dae14c92586b51aee8d7 (diff) | |
download | upnet-2f38658f5d86a199a1066341883aa69bd6e49828.tar.gz |
Improve build process
Diffstat (limited to 'front/package.json')
-rw-r--r-- | front/package.json | 2 |
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", |