Skip to content

Commit

Permalink
updating clean to scripts (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Dec 18, 2023
1 parent 17ca417 commit 6e0288d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"clean": "rimraf ./dist ./coverage ./node_modules ./package-lock.json ./yarn.lock",
"test": "vitest run --coverage",
"release": "yarn check && yarn test -- --run && yarn build",
"prepare": "yarn build",
Expand Down Expand Up @@ -63,6 +64,7 @@
"eslint-plugin-prettier": "5.0.1",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"rimraf": "^5.0.5",
"typescript": "5.2.2",
"vitest": "0.34.6"
},
Expand Down

0 comments on commit 6e0288d

Please sign in to comment.