2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-26 00:28:28 +00:00

Add test script to types package

This commit is contained in:
Vjacheslav Trushkin 2020-11-05 11:19:22 +02:00
parent 618dba0c13
commit 5f9a03899c

View File

@ -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": {