From 601953e7dbd80c2d69191c47ea14987c38f43f41 Mon Sep 17 00:00:00 2001 From: Mike Rourke Date: Thu, 16 Jan 2025 14:25:16 -0600 Subject: [PATCH] chore: update `package.json` scripts and add WebStorm run/debug configurations --- .github/workflows/validate.yaml | 2 +- .run/Biome Check.run.xml | 12 ++++++++++++ .run/Build.run.xml | 12 ++++++++++++ .run/Check Types.run.xml | 12 ++++++++++++ .run/Debug Docs.run.xml | 5 +++++ .run/Docs.run.xml | 8 ++++++++ .run/Generate Docs (Watch).run.xml | 13 +++++++++++++ .run/Generate Docs.run.xml | 12 ++++++++++++ .run/Serve Docs.run.xml | 12 ++++++++++++ .run/Tests.run.xml | 12 ++++++++++++ .run/Validate.run.xml | 8 ++++++++ package.json | 10 +++++----- 12 files changed, 112 insertions(+), 6 deletions(-) create mode 100644 .run/Biome Check.run.xml create mode 100644 .run/Build.run.xml create mode 100644 .run/Check Types.run.xml create mode 100644 .run/Debug Docs.run.xml create mode 100644 .run/Docs.run.xml create mode 100644 .run/Generate Docs (Watch).run.xml create mode 100644 .run/Generate Docs.run.xml create mode 100644 .run/Serve Docs.run.xml create mode 100644 .run/Tests.run.xml create mode 100644 .run/Validate.run.xml diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 0bc4236..d58d49d 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -22,7 +22,7 @@ jobs: run: bun run ci - name: Check Types - run: bun run typecheck + run: bun run check:types - name: Run Unit Tests run: bun test diff --git a/.run/Biome Check.run.xml b/.run/Biome Check.run.xml new file mode 100644 index 0000000..abead42 --- /dev/null +++ b/.run/Biome Check.run.xml @@ -0,0 +1,12 @@ + + + + + +