aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 17:34:26 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 17:34:26 +0100
commitbb5feb14b9ee8fd36653cc624d038052965bf4d2 (patch)
tree24eca7f8e4a40442685e61fce30ecc3c24b653da /package.json
parent64c8ae31ff131e9d1071abeda55a1c1cb2bf5125 (diff)
feat(tag): collaspable
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3f8d026..8f1a633 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"scripts": {
"build-sass": "sass --no-source-map --style=compressed scss/main.scss dist/styles.css",
"watch-sass": "sass --watch scss/main.scss dist/styles.css",
- "build": "bun run build-sass"
+ "build-js": "bun build ./index.ts --outdir ./dist --minify",
+ "build": "bun run build-sass && bun run build-js"
},
"devDependencies": {
"@types/bun": "latest"