Skip to content

Commit 18751bb

Browse files
author
John Campion
committed
fix: remove unbuild for now
missing true watch option
1 parent d47d150 commit 18751bb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
"scripts": {
3838
"dev:tsc": "tsc -w",
3939
"build:tsc": "tsc",
40-
"dev": "unbuild --stub",
41-
"build": "unbuild",
4240
"lint": "eslint .",
4341
"lint:fix": "eslint . --fix",
4442
"format": "prettier --check --write .",
@@ -59,7 +57,6 @@
5957
"prettier": "2.8.7",
6058
"simple-git-hooks": "^2.8.1",
6159
"typescript": "^5.0.4",
62-
"unbuild": "^1.2.0",
6360
"vite": "^4.2.1",
6461
"vitest": "^0.29.8"
6562
}

0 commit comments

Comments
 (0)