Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit fb45e6a

Browse files
committed
fix: use bare specifier for @std/cli import in compile script
1 parent 11fe9ff commit fb45e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.scripts/compile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @module
1818
*/
1919

20-
import { parseArgs } from "jsr:@std/cli@^1.0.24/parse-args";
20+
import { parseArgs } from "@std/cli/parse-args";
2121

2222
const WINDOWS_TARGETS = [
2323
"x86_64-pc-windows-msvc",

0 commit comments

Comments
 (0)