clean dist
This commit is contained in:
@@ -8,10 +8,8 @@
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"prepublishOnly": "npm run build",
|
||||
"clean": "rm -rf dist",
|
||||
"update": "npm update @dpu/types"
|
||||
"build": "npm run clean && tsc",
|
||||
"clean": "rimraf dist"
|
||||
},
|
||||
"keywords": [
|
||||
"typescript",
|
||||
@@ -28,6 +26,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.9",
|
||||
"chalk": "^5.6.2"
|
||||
"chalk": "^5.6.2",
|
||||
"rimraf": "^6.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user