From d3dae3a8d4e4f52dc7f74f96e683117e30f83108 Mon Sep 17 00:00:00 2001 From: Megakuul Date: Thu, 26 Sep 2024 16:33:26 +0200 Subject: [PATCH] ci: fix issue in adapter ci pipeline --- .github/workflows/publish_adapter.yaml | 1 + adapter-battleshiper/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish_adapter.yaml b/.github/workflows/publish_adapter.yaml index fcc0495..12d7114 100644 --- a/.github/workflows/publish_adapter.yaml +++ b/.github/workflows/publish_adapter.yaml @@ -21,6 +21,7 @@ jobs: - name: Publish package run: | cd adapter-battleshiper + npm ci npx jsr publish publish-npm: diff --git a/adapter-battleshiper/README.md b/adapter-battleshiper/README.md index 8d2ed81..0fd9832 100644 --- a/adapter-battleshiper/README.md +++ b/adapter-battleshiper/README.md @@ -3,6 +3,7 @@ A SvelteKit adapter for deployment on battleshiper lambda infrastructure. + ## Installation Install the adapter and update your `svelte.config.js`: