Skip to content

Commit

Permalink
fix: add template dir to package files
Browse files Browse the repository at this point in the history
  • Loading branch information
blasdfaa committed Jul 13, 2024
1 parent 5d54013 commit aa4e39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"files": [
"dist",
"template-*"
"template-react"
],
"scripts": {
"build": "unbuild",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
"include": ["src"]
"include": ["src", "build.config.ts"]
}

0 comments on commit aa4e39b

Please sign in to comment.