From 3e829f1294035a9fb58b45cdf26953c448129585 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 24 Jun 2026 18:53:17 +0200 Subject: [PATCH] chore: move commands to scripts --- package.json | 2 +- {commands => scripts}/md-to-html.ts | 0 {commands => scripts}/now-template | 0 {commands => scripts}/prep-now.ts | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {commands => scripts}/md-to-html.ts (100%) rename {commands => scripts}/now-template (100%) rename {commands => scripts}/prep-now.ts (100%) diff --git a/package.json b/package.json index 30c49f5..78f4fdc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "build:deploy": "npm run build && npm run deploy", "copy:dist": "npm run build && cp -R dist ../ayco.io-flask/", "prepare": "husky", - "prep:now": "npx jiti ./commands/prep-now.js", + "prep:now": "npx jiti ./scripts/prep-now.js", "test": "vitest run ." }, "devDependencies": { diff --git a/commands/md-to-html.ts b/scripts/md-to-html.ts similarity index 100% rename from commands/md-to-html.ts rename to scripts/md-to-html.ts diff --git a/commands/now-template b/scripts/now-template similarity index 100% rename from commands/now-template rename to scripts/now-template diff --git a/commands/prep-now.ts b/scripts/prep-now.ts similarity index 100% rename from commands/prep-now.ts rename to scripts/prep-now.ts