File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments