Skip to content

Commit

Permalink
refactor: publish src files instead build
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Sep 21, 2024
1 parent ca843b5 commit 9a7f7ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
6 changes: 1 addition & 5 deletions packages/el-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,8 @@
"folder": "mcl"
},
"scripts": {
"build": "tsup && npm run copy:pkg",
"build:api": "npx typedoc",
"copy:pkg": "tsx scripts/copy.ts",
"dev": "npm run watch",
"watch": "tsup --watch",
"prepublishOnly": "npm run build"
"dev": "npm run watch"
},
"dependencies": {
"@koa/cors": "^5.0.0",
Expand Down
22 changes: 0 additions & 22 deletions packages/el-bot/scripts/copy.ts

This file was deleted.

15 changes: 0 additions & 15 deletions packages/el-bot/tsup.config.ts

This file was deleted.

0 comments on commit 9a7f7ee

Please sign in to comment.