From f4c735be3cf1d0bb66fa94dd08629d0b41391ba5 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 28 May 2019 14:10:16 -0400 Subject: [PATCH] build: Keep only the declaration files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",