Skip to content

Commit 776ac7e

Browse files
committed
feat: echnance build process
1 parent 64cf40b commit 776ac7e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"scripts": {
55
"dev": "vite",
6-
"build": "tsc -d --declarationDir lib --declarationMap --emitDeclarationOnly",
6+
"build": "tsc && tsc -d --declarationDir lib --declarationMap --emitDeclarationOnly",
77
"preview": "vite preview",
88
"storybook": "start-storybook -p 6006",
99
"create-component": "./create-component.sh",
@@ -50,7 +50,6 @@
5050
},
5151
"files": [
5252
"/lib/**/*",
53-
"/src/**/*",
5453
"/assets",
5554
"/fonts",
5655
"/native"

0 commit comments

Comments
 (0)