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 d51d2fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6968,7 +6968,7 @@ typedoc@^0.26.7:
shiki "^1.16.2"
yaml "^2.5.1"

"typescript@>=3 < 6", typescript@^5.2.2, typescript@^5.7.2:
"typescript@>=3 < 6", typescript@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
Expand Down

0 comments on commit d51d2fc

Please sign in to comment.