Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 4, 2023
1 parent d9293c6 commit 433b2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"scripts": {
"start:watch": "concurrently --kill-others \"tsc --watch\" \"wait-on ./lib/index.js && probot run ./lib/index.js\"",
"start": "tsc && probot run ./lib/index.js",
"prettier": "prettier '**/*.{svg,yml,js,ts,html,md,less,json}'",
"start": "tsc && probot run ./lib/index.js",
"build": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit 433b2a1

Please sign in to comment.