Skip to content

Commit

Permalink
chore: Un-gitignore jsrPackage when publishing to jsr (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
jespertheend authored Mar 9, 2024
1 parent 9ef5e05 commit dbb34cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/buildJsrPackage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const jsrJson = JSON.stringify({
name: "@renda/renda",
version: parseVersionArg(),
exports: "./mod.js",
exclude: ["!."],
}, null, "\t");
await Deno.writeTextFile(path.resolve(destination, "jsr.json"), jsrJson);

Expand Down

0 comments on commit dbb34cb

Please sign in to comment.