Skip to content

Commit f7dc2a4

Browse files
committed
fix: tried to use component which does not exist error
1 parent ddffcd0 commit f7dc2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "module",
1212
"scripts": {
1313
"prepare": "npm link adminforth",
14-
"build": "tsc"
14+
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
1515
},
1616
"keywords": [
1717
"adminforth",

0 commit comments

Comments
 (0)