Skip to content

Commit e220a14

Browse files
committed
Drop deno audit from release:check.
1 parent 833cea1 commit e220a14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:source-node": "node --experimental-strip-types --test tests/node/jsr-source.test.mjs",
1515
"test": "npm run test:deno && npm run test:node",
1616
"prepack": "npm run build",
17-
"release:check": "npm run typecheck && npm run lint && deno task ok && deno task doc:lint && deno audit && npm run test:node && deno publish --dry-run --check=all && npm pack --dry-run"
17+
"release:check": "npm run typecheck && npm run lint && deno task ok && deno task doc:lint && npm run test:node && deno publish --dry-run --check=all && npm pack --dry-run"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)