Skip to content

Commit 97d0f5f

Browse files
authored
fix(cli): apply process.exit hook to rm temp file (google#997)
* fix(cli): add `process.exit` hook to rm temp file closes google#993 * test: refactor deps tests * fix: update zurk to v0.9.2 to handle tslib literals issue closes google#966 * chore: up size limit * chore: up dev deps * chore: update zurk to v0.9.3
1 parent fb436fa commit 97d0f5f

File tree

5 files changed

+267
-440
lines changed

5 files changed

+267
-440
lines changed

.size-limit.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"name": "vendor",
2525
"path": "build/vendor-*",
26-
"limit": "760 kB",
26+
"limit": "761 kB",
2727
"brotli": false,
2828
"gzip": false
2929
},

0 commit comments

Comments
 (0)