Skip to content

Commit

Permalink
fix(cli): apply process.exit hook to rm temp file (#997)
Browse files Browse the repository at this point in the history
* fix(cli): add `process.exit` hook to rm temp file

closes #993

* test: refactor deps tests

* fix: update zurk to v0.9.2 to handle tslib literals issue

closes #966

* chore: up size limit

* chore: up dev deps

* chore: update zurk to v0.9.3
  • Loading branch information
antongolub authored Dec 17, 2024
1 parent fb436fa commit 97d0f5f
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"name": "vendor",
"path": "build/vendor-*",
"limit": "760 kB",
"limit": "761 kB",
"brotli": false,
"gzip": false
},
Expand Down
Loading

0 comments on commit 97d0f5f

Please sign in to comment.