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": "cd wrapper && npm test && cd .. && semistandard --env jest && jest --coverage",
"lint": "cd wrapper && npm run lint && cd .. && semistandard --env jest --fix",
"build": "cd wrapper && npm run build && cd .. && ncc build index.js --out dist",
"build": "cd wrapper && npm run build && cd .. && ncc build index.js -m --out dist",
"postinstall": "cd wrapper && npm install"
},
"keywords": [],