Skip to content

Commit

Permalink
Fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jun 15, 2023
1 parent daa0d26 commit fb5c6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"check:1:tsc": "tsc",
"check:1:type-coverage": "type-coverage --detail --strict --at-least 99 --ignore-files 'test/*'",
"check:1": "run-p check:1:*",
"check:2": "run-s build:2-declaration",
"check:2": "run-s build",
"check:3": "tsd",
"check": "run-s check:*",
"clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts*')",
Expand Down

0 comments on commit fb5c6a8

Please sign in to comment.