Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslavtriev authored May 15, 2024
1 parent c14b419 commit d2cdbac
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
Expand Up @@ -14,15 +14,15 @@
"release": "release-it",
"build": "tsc",
"prepack": "tsc",
"prepare": "tsc"
"prepare": "tsc",
"build:tsc": "tsc",
"build:docs": "typedoc",
"build:all": "tsc && typedoc",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --fix --ext .ts",
"changelog:last": "conventional-changelog -p angular -r 2",
"changelog:preview": "conventional-changelog -p angular -u",
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"url": "git+ssh://[email protected]/bobslavtriev/mysql-baileys.git"
Expand Down

0 comments on commit d2cdbac

Please sign in to comment.