Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-sahoo committed Oct 8, 2024
1 parent c43babc commit 361158d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/ad-tech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"start": "npm run build && node ./build/main.js",
"build": "tsc && cp -r src/views build/",
"ncu": "npx npm-check-updates -u"
"ncu": "npx npm-check-updates -u",
"fmt": "prettier --write ."
},
"dependencies": {
"cbor": "^9.0.2",
Expand Down

0 comments on commit 361158d

Please sign in to comment.