Skip to content

Commit

Permalink
chore: add "clean" script
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Jun 1, 2024
1 parent 3650c16 commit 61a275f
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 @@ -17,6 +17,7 @@
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "del-cli build",
"format": "prettier --write .",
"lint": "eslint . --ext=.ts",
"prepublishOnly": "npm run build",
Expand All @@ -35,6 +36,7 @@
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@types/node": "^20.13.0",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"prettier": "^3.3.0",
"release-it": "^17.3.0",
Expand Down

0 comments on commit 61a275f

Please sign in to comment.