Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Publish npm(test): including necessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Nov 29, 2024
1 parent f8f8e34 commit bb60c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ generated
log
tsconfig.tmp.json
packages/cli/lib/bot.js
packages/cli/static
packages/cli/static
**/*/.DS_store
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechatbot-webhook",
"version": "2.8.1-beta.1",
"version": "2.8.1-beta.2",
"description": "给微信里加个 webhook 机器人,支持docker部署",
"keywords": [
"wechat",
Expand All @@ -12,7 +12,7 @@
"main": "index.js",
"files": [
"static",
"lib/bot.js",
"lib",
"preStart.js",
".env.example"
],
Expand Down

0 comments on commit bb60c93

Please sign in to comment.