From 5f9a03899c50b83156d0b5a607f75355b5cc67a0 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 5 Nov 2020 11:19:22 +0200 Subject: [PATCH] Add test script to types package --- packages/types/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/types/package.json b/packages/types/package.json index a33931e..2defe32 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -6,7 +6,9 @@ "license": "(Apache-2.0 OR GPL-2.0)", "main": "./index.js", "types": "./types.ts", - "scripts": {}, + "scripts": { + "test": "tsc --noEmit --strict --typeRoots '[]' types.ts" + }, "bugs": "https://github.com/iconify/iconify/issues", "homepage": "https://github.com/iconify/iconify", "repository": {