1 parent 833cea1 commit e220a14Copy full SHA for e220a14
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"test:source-node": "node --experimental-strip-types --test tests/node/jsr-source.test.mjs",
15
"test": "npm run test:deno && npm run test:node",
16
"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"
+ "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"
18
},
19
"repository": {
20
"type": "git",
0 commit comments