We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19c074 commit 7f7b77eCopy full SHA for 7f7b77e
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
uses: JS-DevTools/npm-publish@v1
81
with:
82
token: ${{ secrets.NPM_TOKEN }}
83
- package: ./core/package.json
+ package: ./package.json
84
85
86
outputs:
@@ -100,13 +100,12 @@ jobs:
100
101
- run: npm install
102
- run: npm run build
103
- - run: npm run doc
104
- run: npm run bundle
105
- run: npm run bundle:min
106
107
- name: "Modify @uiw/react-split => @uiwjs/react-split"
108
uses: jaywcjlove/github-action-package@main
109
110
- path: core/package.json
+ path: package.json
111
data: |
112
{ "name": "@uiwjs/react-split" }
0 commit comments