Skip to content

Commit 4369902

Browse files
committed
chore: wip
1 parent 3bcb09c commit 4369902

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

bun.lock

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"template"
2121
],
2222
"scripts": {
23+
"build": "cd packages/headwind && bun run build",
2324
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
2425
"test": "bun test",
2526
"lint": "bunx --bun eslint .",
@@ -32,9 +33,6 @@
3233
"preview:docs": "bun --bun vitepress preview docs",
3334
"typecheck": "bun --bun tsc --noEmit"
3435
},
35-
"dependencies": {
36-
"jiti": "^2.6.1"
37-
},
3836
"devDependencies": {
3937
"@stacksjs/bumpx": "^0.1.84",
4038
"@stacksjs/docs": "^0.70.23",

0 commit comments

Comments
 (0)