Skip to content

Commit

Permalink
chore: flatten scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Mar 12, 2024
1 parent 3221ea7 commit d4394bd
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deno.jsonc
@@ -1,7 +1,7 @@
{
"tasks": {
"l10n": "deno task --cwd localization/",
"link": "deno run --allow-read --allow-write --allow-env ./scripts/link/mod.ts"
"link": "deno run --allow-read --allow-write --allow-env ./link/mod.ts"
},
"exclude": ["src/main/kotlin/", "src/main/resources/marisa/img", "build/"],
"fmt": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion releases.ts
@@ -1,6 +1,6 @@
import { join } from "$std/path/join.ts"
import $ from "$dax/mod.ts"
import { steam as SteamPath } from "./scripts/paths.ts"
import { steam as SteamPath } from "./paths.ts"

export const basePath = "docs/changelog"

Expand Down
2 changes: 1 addition & 1 deletion releases_test.ts
@@ -1,6 +1,6 @@
import { join } from "$std/path/join.ts"
import { basePath, changelogPath, jarPath, stsPath, version } from "./releases.ts"
import { verifyHardLink } from "./scripts/link/mod.ts"
import { verifyHardLink } from "./link/mod.ts"
import { assertEquals } from "$std/assert/assert_equals.ts"
import { assertStringIncludes } from "$std/assert/assert_string_includes.ts"
import { readZip } from "https://deno.land/x/jszip@0.11.0/mod.ts"
Expand Down

0 comments on commit d4394bd

Please sign in to comment.