Skip to content

Commit

Permalink
Merge pull request #512 from Green-Software-Foundation/rimraf
Browse files Browse the repository at this point in the history
Add rimraf to build script
  • Loading branch information
narekhovhannisyan authored Mar 8, 2024
2 parents 9559fed + 8f9cdf4 commit d05e7f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"gts": "^5.0.0",
"husky": "^8.0.0",
"jest": "^29.6.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1"
},
"engines": {
Expand All @@ -58,7 +59,8 @@
"url": "https://github.com/Green-Software-Foundation/if"
},
"scripts": {
"build": "rm -rf build && tsc --project tsconfig.build.json",
"build": "npm run clean && tsc --project tsconfig.build.json",
"clean": "rimraf build/",
"coverage": "jest --verbose --coverage",
"fix": "gts fix",
"fix:package": "fixpack",
Expand Down

0 comments on commit d05e7f6

Please sign in to comment.