Skip to content

Commit e9b59bd

Browse files
committed
fix: missing dependencies in prod
1 parent d56fe06 commit e9b59bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"sync:push": "LATEST=$(ls -t .ponder/*_ponder_sync.sql.gz 2>/dev/null | head -n 1); TAG=$(basename \"$LATEST\" | sed 's/_ponder_sync.sql.gz$//'); cp \"$LATEST\" ponder_sync.sql.gz; REPO=$(node -p \"(() => { const repo=require('./package.json').repository; const url=typeof repo==='string'?repo:repo?.url; return new URL(url).pathname.replace(/^\\\\//,'').replace(/\\\\.git$/,''); })()\"); USER=$(gh api user -q .login); gh auth token | oras login ghcr.io -u \"$USER\" --password-stdin; oras push ghcr.io/$REPO/ponder-sync:$TAG ponder_sync.sql.gz:application/gzip; oras tag ghcr.io/$REPO/ponder-sync:$TAG latest; rm -f ponder_sync.sql.gz"
3131
},
3232
"dependencies": {
33+
"@dfatwork-pkgs/oras-client": "^0.1.0",
3334
"@ponder/utils": "^0.2.17",
3435
"bn.js": "^5.2.2",
3536
"dotenv": "^17.2.3",
@@ -47,7 +48,6 @@
4748
"devDependencies": {
4849
"@commitlint/cli": "^19.8.1",
4950
"@commitlint/config-conventional": "^19.8.1",
50-
"@dfatwork-pkgs/oras-client": "^0.1.0",
5151
"@graphql-inspector/cli": "^6.0.5",
5252
"@types/bn.js": "^5.2.0",
5353
"@types/node": "^22.19.2",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)