Skip to content

Commit

Permalink
link LICENSE and README in client
Browse files Browse the repository at this point in the history
so that vsce package works without fiddling
  • Loading branch information
gares committed Dec 18, 2024
1 parent 26f3f1f commit 9ba98ca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Copy licences
run: |
cd client
cp ../LICENSE . && cp ../README.md .
- name: Pre publish phase
run: |
cd client
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Copy licences
run: |
cd client
cp ../LICENSE . && cp ../README.md .
- name: Pre publish phase
run: |
cd client
Expand Down
1 change: 1 addition & 0 deletions client/LICENSE
1 change: 1 addition & 0 deletions client/README.md

0 comments on commit 9ba98ca

Please sign in to comment.