Skip to content

Commit

Permalink
fix(projects): fix export files
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Dec 11, 2023
1 parent cecf722 commit 2d30a21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/create-soybean/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "create-soybean",
"type": "module",
"version": "1.0.0-beta.6",
"description": "SoybeanJS's command line to create different project templates",
"author": {
Expand All @@ -22,7 +23,7 @@
"create-soybean": "dist/index.mjs",
"create-soy": "dist/index.mjs"
},
"files": ["dist", "template-ts-lib", "template-vue"],
"files": ["dist", "template-*"],
"scripts": {
"build": "pnpm typecheck && pnpm build-only",
"build-only": "unbuild",
Expand Down
14 changes: 4 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d30a21

Please sign in to comment.