From e2cf7b4115c04009d795739e467f53300d1faa83 Mon Sep 17 00:00:00 2001 From: Mark Probst Date: Fri, 16 Mar 2018 20:02:31 -0700 Subject: [PATCH] Add urijs types in the distribution --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33866b80..368b23cb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "pub": "script/publish.sh", "prepare": "npm run build", - "build": "script/build.ts", + "build": "script/build.ts && cp -r lib/\\@types dist/ && (find dist/\\@types ! -name '*.d.ts' -type f | xargs rm)", "test": "npm run build && script/test", "start": "script/watch", "pkg": "script/make-pkgs.sh",