Skip to content

Commit

Permalink
revert package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryfan01234 committed Sep 12, 2024
1 parent f321a91 commit 0784cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/services/comlink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"coverage": "pnpm test -- --coverage",
"lint": "eslint --ext .ts,.js .",
"lint:fix": "eslint --ext .ts,.js . --fix",
"test-comlink": "NODE_ENV=test jest --runInBand --forceExit",
"test": "NODE_ENV=test jest --runInBand --forceExit",
"swagger": "ts-node -r dotenv-flow/config src/scripts/generate-swagger.ts",
"gen-markdown": "widdershins public/swagger.json -o public/api-documentation.md --omitHeader --language_tabs 'python:Python' 'javascript:Javascript'"
},
Expand Down

0 comments on commit 0784cfa

Please sign in to comment.