Skip to content

Commit

Permalink
fix(svelte): raw svelte files missing in package
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Sep 25, 2020
1 parent 004b5f7 commit 62f67b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
path: '**/dist'
key: build-${{ github.run_id }}

- name: Cache svelte source
uses: actions/cache@v2
with:
path: 'packages/svelte/src'
key: build-${{ github.run_id }}

- name: Cache loader
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -257,6 +263,12 @@ jobs:
with:
path: '**/dist'
key: build-${{ github.run_id }}

- name: Restore svelte source
uses: actions/cache@v2
with:
path: 'packages/svelte/src'
key: build-${{ github.run_id }}

- name: Restore loader
uses: actions/cache@v2
Expand Down
3 changes: 2 additions & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"vimeo",
"hls",
"dash",
"custom"
"custom",
"extensible"
]
}

0 comments on commit 62f67b0

Please sign in to comment.