Skip to content

Commit

Permalink
Missed -r flag in CI cp script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Apr 8, 2022
1 parent f2ddf3d commit d1282c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
npm ci
npm run build
cp dist ../build/viewer
cp -r dist ../build/viewer
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
/.pnp
.pnp.js

node_modules
shl-client/dist
.parcel-cache/

# testing
/coverage

Expand Down

0 comments on commit d1282c1

Please sign in to comment.