Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Dec 30, 2023
1 parent 39ff746 commit ffbe658
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
node_modules
dist
lib
tsconfig.tsbuildinfo
.husky/_

*.tgz
tsconfig.tsbuildinfo
pnpm-lock.yaml
kotori.dev.yml
Binary file removed kotori-bot-root-1.0.0.tgz
Binary file not shown.
8 changes: 8 additions & 0 deletions modules/minecraft/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.node.json",
"references": [
{
"path": "../kotori"
}
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
},
"files": [
"{packages,modules}/*/{lib,dist}/**/*.js",
"{packages,modules}/*/{package.json,LICENSE,README.md}",
"!scripts",
"README.md",
"LICENSE",
"kotori.yml"
Expand Down

0 comments on commit ffbe658

Please sign in to comment.