Skip to content

Commit

Permalink
Removed rimraf.
Browse files Browse the repository at this point in the history
  • Loading branch information
RillingDev committed Aug 3, 2022
1 parent e597bb6 commit 8c88783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"scripts": {
"start": "npm run dist",
"dist": "npm run clean && npm run lint && npm run build && npm run test && npm run docs",
"clean": "rimraf ./dist ./docs",
"dist": "npm run lint && npm run clean && npm run build && npm run test && npm run docs",
"clean": "rm -rf ./dist ./docs",
"build": "tsc --build ./tsconfig.json",
"lint": "eslint ./src/ ./spec/ --ext .ts",
"fix": "eslint ./src/ ./spec/ --ext .ts --fix",
Expand Down Expand Up @@ -46,7 +46,6 @@
"eslint-plugin-prettier": "^4.0.0",
"jasmine": "^4.0.2",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup": "^2.77.2",
"ts-mockito": "^2.6.1",
"ts-node": "^10.0.0",
Expand Down

0 comments on commit 8c88783

Please sign in to comment.