Skip to content

Commit

Permalink
Add prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Mar 4, 2024
1 parent 376056d commit f97f5a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript/ccip-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"scripts": {
"start": "ts-node src/server.ts",
"dev": "nodemon src/server.ts",
"test": "jest"
"test": "jest",
"prettier": "prettier --write ./src"
},
"author": "brolee",
"license": "Apache-2.0",
Expand Down

0 comments on commit f97f5a7

Please sign in to comment.