diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 16:55:02 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 16:55:02 +0100 |
| commit | fe8acc05561a4b40467f9396f40b6e52b4f1cf4e (patch) | |
| tree | 5df6783ebacfc3986bb43156fd8f7875cf056b38 /package.json | |
| parent | 3e2938791e23c4ceee1fc8093b03ccd6658e4a97 (diff) | |
ci(bun): create build scripts
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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" |
