packages: publish entire dist folder

This commit is contained in:
Patrik Oldsberg
2020-06-23 22:24:13 +02:00
parent 3d373602d2
commit 4d94f4cbb4
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -43,6 +43,6 @@
"jest-fetch-mock": "^3.0.3"
},
"files": [
"dist/**/*.{js,d.ts}"
"dist"
]
}