Skip to content

Commit

Permalink
chore: maybe fix release ci (part 2) (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jan 5, 2025
1 parent 68101b9 commit d8350cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/create_plugin_file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import $ from "dax";
import { CargoToml, processPlugin } from "https://raw.githubusercontent.com/dprint/automation/0.10.0/mod.ts";

const currentDir = $.path(import.meta.dirname!).parentOrThrow();
const rootDir = currentDir.join("../").resolve();
const rootDir = $.path(import.meta.dirname!).parentOrThrow();
const cargoFilePath = rootDir.join("plugin/Cargo.toml");

await processPlugin.createDprintOrgProcessPlugin({
Expand Down

0 comments on commit d8350cb

Please sign in to comment.