diff --git a/package.json b/package.json index 6ec85a91..b9b2bca4 100644 --- a/package.json +++ b/package.json @@ -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",