Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MejiasDev committed Mar 15, 2024
1 parent 55e6e14 commit 853cde6
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 @@ -7,7 +7,7 @@
"dev": "ponder dev",
"start": "ponder start",
"codegen": "ponder codegen",
"lint": "eslint . --ext .ts",
"lint": "eslint . --ext .ts --max-warnings 0",
"typecheck": "tsc --noEmit",
"docker:build": "docker build -t stratosphere-points-indexer .",
"docker:run": "docker run --env-file .env -p 3000:3000 stratosphere-points-indexer"
Expand Down

0 comments on commit 853cde6

Please sign in to comment.