We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cf40b commit 776ac7eCopy full SHA for 776ac7e
1 file changed
package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"scripts": {
5
"dev": "vite",
6
- "build": "tsc -d --declarationDir lib --declarationMap --emitDeclarationOnly",
+ "build": "tsc && tsc -d --declarationDir lib --declarationMap --emitDeclarationOnly",
7
"preview": "vite preview",
8
"storybook": "start-storybook -p 6006",
9
"create-component": "./create-component.sh",
@@ -50,7 +50,6 @@
50
},
51
"files": [
52
"/lib/**/*",
53
- "/src/**/*",
54
"/assets",
55
"/fonts",
56
"/native"
0 commit comments