aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 16:55:02 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 16:55:02 +0100
commitfe8acc05561a4b40467f9396f40b6e52b4f1cf4e (patch)
tree5df6783ebacfc3986bb43156fd8f7875cf056b38 /package.json
parent3e2938791e23c4ceee1fc8093b03ccd6658e4a97 (diff)
ci(bun): create build scripts
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 7b199d3..3f8d026 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,8 @@
"type": "module",
"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"
+ "watch-sass": "sass --watch scss/main.scss dist/styles.css",
+ "build": "bun run build-sass"
},
"devDependencies": {
"@types/bun": "latest"