build: Keep only the declaration files

This commit is contained in:
Justin 2019-05-28 14:10:16 -04:00
parent 77fec4ce09
commit f4c735be3c

View File

@ -32,7 +32,7 @@
"browser": "dist/index.browser.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc && rollup -c",
"build": "tsc --noEmit && rollup -c",
"commit": "npx git-cz",
"coverage": "codecov",
"lint": "tslint -p . -t stylish",