Skip to content

Commit

Permalink
remove pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 20, 2024
1 parent 89967ab commit ef2c6ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "substreams-sink-clickhouse",
"version": "0.3.1",
"version": "0.3.2",
"description": "Substreams Clickhouse Sink",
"type": "module",
"homepage": "https://github.com/pinax-network/substreams-sink-clickhouse",
Expand All @@ -18,7 +18,7 @@
}
],
"scripts": {
"start": "pm2 start --interpreter ~/.bun/bin/bun index.ts --name clickhouse",
"start": "bun index.ts",
"dev": "bun --watch index.ts",
"pretest": "bunx tsc --noEmit",
"test": "bun test",
Expand All @@ -44,7 +44,6 @@
"devDependencies": {
"@types/bun": "latest",
"mitata": "latest",
"pm2": "^5.3.1",
"typescript": "latest"
}
}

0 comments on commit ef2c6ee

Please sign in to comment.