🚀 gif creator benchmark

This commit is contained in:
platane
2020-10-09 12:43:25 +02:00
parent bc18120a98
commit 202bd7cacb
4 changed files with 67 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
},
"devDependencies": {
"@types/execa": "2.0.0",
"@types/tmp": "0.2.0"
"@types/tmp": "0.2.0",
"@zeit/ncc": "0.22.3"
},
"scripts": {
"benchmark": "ncc run __tests__/benchmark.ts --quiet"
}
}