Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
adjsky committed Oct 31, 2024
1 parent ec56fcb commit 621e642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import denoJson from "./deno.json" with { type: "json" };
import { $ } from "@david/dax";

for (const cwd of denoJson.workspace) {
await $`cd ${cwd} && deno run -A ./build_npm.ts`;
await $`npm publish ${cwd}/npm`;
await $`cd ${cwd} && deno run -A ./build_npm.ts`;
await $`npm publish ${cwd}/npm`;
}

0 comments on commit 621e642

Please sign in to comment.