rimraf
Showing
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| "types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
| "scripts": { | "scripts": { | ||
| "lint": "eslint --fix .", | "lint": "eslint --fix .", | ||
| "build": "rm -rf dist && tsc", | "build": "rimraf dist && tsc", | ||
| "test": "jest --passWithNoTests", | "test": "jest --passWithNoTests", | ||
| "start": "node dist/index.js" | "start": "node dist/index.js" | ||
| }, | }, | ||
| ... | @@ -32,6 +32,7 @@ | ... | @@ -32,6 +32,7 @@ |
| "eslint-plugin-prettier": "^3.4.1", | "eslint-plugin-prettier": "^3.4.1", | ||
| "jest": "^27.4.3", | "jest": "^27.4.3", | ||
| "prettier": "^2.4.1", | "prettier": "^2.4.1", | ||
| "rimraf": "^3.0.2", | |||
| "schemastery": "^2.1.1", | "schemastery": "^2.1.1", | ||
| "ts-jest": "^27.0.7", | "ts-jest": "^27.0.7", | ||
| "typescript": "^4.5.2" | "typescript": "^4.5.2" | ||
| ... | ... |
Please register or sign in to comment