clean dist

This commit is contained in:
Darius
2025-11-18 21:55:34 +01:00
parent 7659fa0cf4
commit 07b067279e
14 changed files with 502 additions and 146 deletions

View File

@@ -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"
}
}