From 9ab84a5a11197d59123d0a82e6ac3c5e46ee0e80 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 24 Apr 2018 13:52:20 +0200 Subject: [PATCH] chore(project): explicitly copy TypeScript definition files only --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17de0ef..82409fc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "all": "run-s lint test distro", "bundle": "rollup -c", - "copy": "cpx lib/*.ts dist", + "copy": "cpx -v lib/*.d.ts dist", "distro": "run-s copy bundle test:integration", "dev": "npm test -- --auto-watch --no-single-run", "lint": "eslint .",