chore: minify output from ncc

This commit is contained in:
Bryant Biggs 2020-10-04 09:40:55 -04:00
parent 332e11279d
commit 04f0e199f5
4 changed files with 4 additions and 10916 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"test": "semistandard --env jest && jest --coverage",
"lint": "semistandard --env jest --fix",
"build": "ncc build terraform.js --out dist"
"build": "ncc build terraform.js -m --out dist"
},
"author": "",
"dependencies": {