Skip to content

Commit f593bac

Browse files
committed
updated package.json
1 parent 14e38f8 commit f593bac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"docker:compose": "./scripts/docker-compose.sh",
2121
"poktroll:proxy:start": "./scripts/proxy-tunnel.sh start",
2222
"poktroll:proxy:stop": "./scripts/proxy-tunnel.sh stop",
23+
"poktroll:update-proto-files": "scripts/copy-poktroll-files.sh",
2324
"docker:check-env:production": "env sh ./scripts/dotenv-check.sh production",
2425
"docker:build:production": "yarn run docker:compose production build",
2526
"docker:build:no-cache:production": "yarn run docker:compose production build --no-cache",
@@ -74,6 +75,7 @@
7475
"typescript": "^5.2.2"
7576
},
7677
"dependencies": {
78+
"@bufbuild/protobuf": "^2.2.0",
7779
"@subql/node-cosmos": "^4.1.1",
7880
"@subql/types-cosmos": "^3.5.2",
7981
"@types/json-bigint": "^1.0.4",

0 commit comments

Comments
 (0)