From d8350cb580c2070b5e6a2c429821a5c39d70c275 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 5 Jan 2025 14:39:04 -0500 Subject: [PATCH] chore: maybe fix release ci (part 2) (#92) --- scripts/create_plugin_file.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/create_plugin_file.ts b/scripts/create_plugin_file.ts index 71beece..6b47c2c 100755 --- a/scripts/create_plugin_file.ts +++ b/scripts/create_plugin_file.ts @@ -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({