Skip to content

Commit

Permalink
chore: Clean in esm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Dec 8, 2024
1 parent 9a09986 commit 64dc302
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "module",
"sideEffects": false,
"scripts": {
"clean": "rimraf --glob dist fixtures/*/routes.ts fixtures/*/customRoutes.ts",
"pretest": "node --loader=ts-node/esm prepare.ts",
"test": "cross-env NODE_ENV=tsoa_test mocha"
},
Expand All @@ -29,6 +30,7 @@
"lerna": "^8.1.9",
"mocha": "^10.7.3",
"prettier": "^3.4.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
Expand Down

0 comments on commit 64dc302

Please sign in to comment.