Skip to content

Commit

Permalink
Add missing publish config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemicas committed Dec 22, 2023
1 parent 43538fd commit 5466f99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"license": "MIT",
"main": "index.js",
"name": "@aracna/telegram-bot-types",
"publishConfig": {
"directory": "dist"
},
"repository": "https://github.com/aracna/telegram-bot-types",
"scripts": {
"build": "rm -rf dist && pnpm tsc && node index.js && : > dist/index.js",
Expand Down

0 comments on commit 5466f99

Please sign in to comment.