Commit 535df6f3 authored by nanahira's avatar nanahira

rimraf

parent d87cd402
......@@ -38,6 +38,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",
......@@ -46,7 +47,7 @@
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"koishi": "^4.0.0-beta.4",
"koishi": "^4.0.0-beta.5",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.4.0"
}
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment