Minimize build size

This commit is contained in:
Thomas Nordquist
2019-01-26 22:11:03 +01:00
parent 3f50120a9f
commit 809dbcbd43
9 changed files with 9420 additions and 8472 deletions

View File

@@ -9,7 +9,7 @@
"test-inspect": "mocha --inspect-brk",
"coverage": "nyc mocha",
"debug": "ts-node --inspect ./src/index.ts",
"postinstall": "npm run build"
"postinstall": "yarn build"
},
"author": "",
"license": "ISC",