ci(bun): create build scripts
This commit is contained in:
parent
3e2938791e
commit
fe8acc0556
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue