Commit 5edebeb1 authored by nanahira's avatar nanahira

rimraf

parent 744d03c0
Pipeline #8029 passed with stages
in 1 minute and 54 seconds
......@@ -31,6 +31,7 @@
"jest": "^27.4.3",
"koishi": "^4.0.0-beta.6",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"supertest": "^6.1.6",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2",
......
......@@ -6,7 +6,7 @@
"typings": "dist/index.d.ts",
"scripts": {
"lint": "eslint --fix .",
"build": "rm -rf dist && tsc",
"build": "rimraf dist && tsc",
"test": "jest --passWithNoTests"
},
"repository": {
......@@ -42,6 +42,7 @@
"jest": "^27.4.3",
"koishi": "^4.0.0-beta.6",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"supertest": "^6.1.6",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2",
......
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