fix(ci): add lib folder to the package.json files prop (#270)

This commit is contained in:
nugaon
2021-12-15 17:17:59 +01:00
committed by GitHub
parent 362c129abd
commit 5ac0f01bf5
+1
View File
@@ -117,6 +117,7 @@
"check:types": "tsc --project tsconfig.lib.json" "check:types": "tsc --project tsconfig.lib.json"
}, },
"files": [ "files": [
"lib",
"build", "build",
"serve.js" "serve.js"
], ],