Skip to content

Commit 1dac19b

Browse files
Merge pull request LuisEnMarroquin#67 from LuisEnMarroquin/develop
Copy README.md and LICENSE out of dist folder
2 parents bce630f + e48750d commit 1dac19b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
- run: yarn build
1717
- name: Copy files to library output folder
1818
run: |
19-
cp README.md packages/main-library/dist/README.md
20-
cp LICENSE packages/main-library/dist/LICENSE
21-
cp packages/main-library/package.json packages/main-library/dist/package.json
19+
cp README.md packages/main-library/README.md
20+
cp LICENSE packages/main-library/LICENSE
2221
- name: Set environment variable for GitHub
2322
run: |
2423
echo "CURRENT_VERSION=$(node -e "console.log('v' + require('./package.json').version)")" >> $GITHUB_ENV

packages/main-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-as-xlsx",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)