Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Aug 27, 2024
1 parent 470b76e commit 665fa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "npm run build && node dist/index.js",
"start:dev": "tsc -p ./tsconfig.build.json && node ./dist",
"start:docker": "node dist/index.js",
"test": "npm run codegen && node --experimental-vm-modules ./node_modules/.bin/jest --silent",
"test": "npm run codegen && node --experimental-vm-modules ./node_modules/.bin/jest --silent=false",
"lint": "eslint -c .eslintrc.js",
"script:suspend-indexer": "tsc -p ./tsconfig.json && node ./dist/scripts/suspend-indexer.js"
},
Expand Down

0 comments on commit 665fa26

Please sign in to comment.