Skip to content

Commit b03d477

Browse files
committedOct 31, 2022
chore: update workflows config. (#207)
1 parent f331d5c commit b03d477

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/ci.marster.yml

+5
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
8383
```
8484
85+
- name: package.json info
86+
uses: jaywcjlove/github-action-package@main
87+
with:
88+
unset: scripts,jest,eslintConfig,engines,browserslist,devDependencies
89+
8590
- name: 📦 @uiw/react-markdown-preview publish to NPM
8691
uses: JS-DevTools/npm-publish@v1
8792
with:

0 commit comments

Comments
 (0)
Please sign in to comment.