rimraf
Showing
| ... | ... | @@ -6,7 +6,7 @@ |
| "typings": "dist/index.d.ts", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "tsc", | ||
| "build": "rimraf dist && tsc", | ||
| "test": "jest --passWithNoTests" | ||
| }, | ||
| "repository": { | ||
| ... | ... | @@ -58,6 +58,7 @@ |
| "koishi": "^4.0.0-beta.5", | ||
| "prettier": "^2.4.1", | ||
| "reflect-metadata": "^0.1.13", | ||
| "rimraf": "^3.0.2", | ||
| "rxjs": "^7.4.0", | ||
| "supertest": "^6.1.6", | ||
| "ts-jest": "^27.1.1", | ||
| ... | ... |
Please register or sign in to comment