Skip to content

Commit

Permalink
ci: fix issue in adapter ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Megakuul committed Sep 26, 2024
1 parent 0969314 commit d3dae3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Publish package
run: |
cd adapter-battleshiper
npm ci
npx jsr publish
publish-npm:
Expand Down
1 change: 1 addition & 0 deletions adapter-battleshiper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
A SvelteKit adapter for deployment on battleshiper lambda infrastructure.



## Installation

Install the adapter and update your `svelte.config.js`:
Expand Down

0 comments on commit d3dae3a

Please sign in to comment.