Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
[indexer] fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YBadiss committed Mar 24, 2024
1 parent a709af7 commit 70832a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fc-community-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"scripts": {
"build": "tsc",
"dev": "tsc && node --env-file=.env dist/main.js",
"start": "node main.ts",
"start": "node dist/main.js",
"prettier": "prettier --write --ignore-unknown \"{config,public,src}/**/*.{html,css,js,ts,json}\"",
"prettier:check": "prettier -l --ignore-unknown \"{config,public,src}/**/*.{html,css,js,ts,json}\""
},
Expand Down

0 comments on commit 70832a0

Please sign in to comment.