replace tsdv with tsup
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "tsdv watch",
|
||||
"build": "tsdv build",
|
||||
"dev": "tsup --watch",
|
||||
"build": "tsup",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -45,7 +45,7 @@
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/serve-static": "^1.13.9",
|
||||
"prettier": "^2.2.1",
|
||||
"tsdv": "^0.6.1",
|
||||
"tsup": "^6.2.1",
|
||||
"typescript": "^4.2.2",
|
||||
"vite": "^3.0.4"
|
||||
},
|
||||
|
Reference in New Issue
Block a user