Skip to content

Commit

Permalink
fix(ts-sdk): check-package script (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az authored Jan 20, 2025
2 parents d8140e0 + db663d7 commit edb80a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"knip": "knip --config='knip.json'",
"clean": "rm -rf dist node_modules",
"test:typecheck": "vitest --typecheck.only",
"typedoc": "deno run --allow-all npm:typedoc@latest --out .docs ./src/mod.ts",
"check-package": "deno run --allow-all npm:publint --strict && deno run --allow-all npm:@arethetypeswrong/cli@latest --pack --ignore-rules 'cjs-resolves-to-esm'"
"typedoc": "bunx typedoc@latest --out .docs ./src/mod.ts",
"check-package": "bunx publint --strict && bunx @arethetypeswrong/cli@latest --pack --ignore-rules 'cjs-resolves-to-esm'"
},
"dependencies": {
"@scure/base": "^1.2.4",
Expand Down

0 comments on commit edb80a9

Please sign in to comment.