Skip to content

Commit dae0c9d

Browse files
committed
publish to .ts script
1 parent b0cb41f commit dae0c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"smoke-test": "bun run smoke-test.ts",
3030
"smoke-test:dist": "bun run smoke-test-dist.ts",
3131
"clean": "rm -rf dist",
32-
"prepare-dist": "node scripts/publish.js --dry-run",
33-
"publish-sdk": "node scripts/publish.js --public",
32+
"prepare-dist": "bun run scripts/publish.ts --dry-run",
33+
"publish-sdk": "bun run scripts/publish.ts --public",
3434
"publish-dry-run": "bun run build:verify && node scripts/publish.js --dry-run",
3535
"prepack": "bun run build",
3636
"typecheck": "tsc --noEmit -p .",

0 commit comments

Comments
 (0)