diff --git a/package.json b/package.json index 14a11e4..417f3fe 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Data Structures and Algorithms made in Typescript", "main": "build/index.js", "scripts": { - "build": "npx rimraf ./build && tsc", + "build": "tsc", "lint": "eslint src/**/*.ts", "test": "jest", "test:cov": "npm t -- --coverage",