Skip to content

Commit

Permalink
prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhl8 committed Oct 6, 2022
1 parent 7561aee commit 66d155c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-bot-shared",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"description": "Modules for creating discord bots.",
"repository": "github:adamhl8/discord-bot-shared",
Expand All @@ -17,7 +17,7 @@
"build": "rm -rf dist && pnpm lint && tsc && pnpm format",
"format": "prettier --write .",
"lint": "eslint -f pretty .",
"publish": "pnpm build && publish"
"prepublish": "pnpm build"
},
"dependencies": {
"@discordjs/rest": "^1.2.0",
Expand Down

0 comments on commit 66d155c

Please sign in to comment.