Skip to content

Commit

Permalink
no-cache policy for tsdx tests due to jaredpalmer/tsdx#908
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobrokhvalov committed Jan 17, 2022
1 parent f8edffa commit c11aa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drop-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"test": "tsdx test --no-cache",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
Expand Down

0 comments on commit c11aa69

Please sign in to comment.