Skip to content

Commit

Permalink
Add missing scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Apr 18, 2024
1 parent 74a1481 commit 126f3e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/explorer-message-bus-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"start": "ponder start",
"codegen": "ponder codegen",
"serve": "ponder serve",
"ci:lint": "eslint .",
"lint": "eslint .",
"test:coverage": "echo 'No tests defined.'",
"typecheck": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit 126f3e4

Please sign in to comment.