Skip to content

Commit 0f1ae14

Browse files
committed
Remove src from package
1 parent 0f89ab0 commit 0f1ae14

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy-published-releases.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
sed -i -e "s~<@version@>~${GITHUB_REF##*/}~" constants.*
4646
sed -i -e "s~<@baseEndpointUrl@>~${BASE_ENDPOINT}~" constants.*
4747
sed -i -e "s~parseInt('<@maxQueryLength@>', 10)~${MAX_QUERY_LENGTH}~" constants.*
48-
cp -r ../src src
4948
5049
- name: Publish pre-release to NPM
5150
if: ${{ github.event.release.prerelease }}

.github/workflows/pr-preview.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
sed -i -e "s~<@version@>~0.0.0-dev~" constants.*
4242
sed -i -e "s~<@baseEndpointUrl@>~${BASE_ENDPOINT}~" constants.*
4343
sed -i -e "s~parseInt('<@maxQueryLength@>', 10)~${MAX_QUERY_LENGTH}~" constants.*
44-
cp -r ../src src
4544
4645
- name: Publish preview
4746
run: |-

0 commit comments

Comments
 (0)