Skip to content

Commit

Permalink
chore: add explicit clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Mar 23, 2023
1 parent c314045 commit b8d3825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
"./package.json": "./package.json"
},
"scripts": {
"clean": "rimraf dist coverage",
"build": "pkg-utils build && pkg-utils --strict",
"prebuild": "rimraf dist coverage",
"prebuild": "npm run clean",
"lint": "eslint . && tsc --noEmit",
"test": "vitest",
"posttest": "npm run lint",
Expand All @@ -45,7 +46,7 @@
},
"devDependencies": {
"@sanity/pkg-utils": "^2.2.13",
"@types/node": "^14.0.0",
"@types/node": "^14.18.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^7.32.0",
Expand Down

0 comments on commit b8d3825

Please sign in to comment.