Skip to content

Commit

Permalink
Merge pull request #67 from LuisEnMarroquin/develop
Browse files Browse the repository at this point in the history
Copy README.md and LICENSE out of dist folder
  • Loading branch information
LuisEnMarroquin authored Dec 14, 2022
2 parents bce630f + e48750d commit 1dac19b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- run: yarn build
- name: Copy files to library output folder
run: |
cp README.md packages/main-library/dist/README.md
cp LICENSE packages/main-library/dist/LICENSE
cp packages/main-library/package.json packages/main-library/dist/package.json
cp README.md packages/main-library/README.md
cp LICENSE packages/main-library/LICENSE
- name: Set environment variable for GitHub
run: |
echo "CURRENT_VERSION=$(node -e "console.log('v' + require('./package.json').version)")" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion packages/main-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-as-xlsx",
"version": "2.5.2",
"version": "2.5.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 1dac19b

Please sign in to comment.