We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94ccc4 commit c976509Copy full SHA for c976509
apps/price_pusher/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pythnetwork/price-pusher",
3
- "version": "9.1.5",
+ "version": "9.2.0",
4
"description": "Pyth Price Pusher",
5
"homepage": "https://pyth.network",
6
"main": "lib/index.js",
@@ -29,7 +29,7 @@
29
"dev": "ts-node src/index.ts",
30
"prepublishOnly": "pnpm run build && pnpm run test:lint",
31
"preversion": "pnpm run test:lint",
32
- "version": "pnpm run format && git add -A src"
+ "version": "pnpm run test:format && pnpm run test:lint && git add -A src"
33
},
34
"keywords": [
35
"pyth",
0 commit comments