aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-18 19:31:49 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-18 19:31:49 +0100
commit1bd65213097cfdac6b3bb0164821299d99d7e351 (patch)
treef41a47493ccb21bed2a2084c5303122e3a75de0d /package.json
parent964ae2b7f03ebfaac051e9c14e142c178ad16cca (diff)
feat(tag): better style and navbar to return home
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 8f1a633..385924b 100644
--- a/package.json
+++ b/package.json
@@ -3,10 +3,10 @@
"module": "index.ts",
"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",
- "build-js": "bun build ./index.ts --outdir ./dist --minify",
- "build": "bun run build-sass && bun run build-js"
+ "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:js": "bun build ./index.ts --outdir ./dist --minify",
+ "build": "bun run build:sass && bun run build:js"
},
"devDependencies": {
"@types/bun": "latest"