Skip to content

Commit

Permalink
dmeo
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyair committed Feb 8, 2020
1 parent 290b8ca commit 6851707
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
node-version: 10
registry-url: https://registry.npmjs.org/
- run: yarn
- run: cd packages
- run: yarn
- run: cd ..
- run: yarn pub
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"lerna-changelog": "^0.8.2",
"lint-staged": "^7.2.2",
"prettier": "^1.19.1",
"umi-test": "^1.5.12",
"typescript": "^3.7.5",
"umi-test": "^1.5.12",
"umi-types": "^0.5.3"
},
"publishConfig": {
Expand All @@ -48,5 +48,8 @@
"git add"
]
},
"license": "MIT"
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.0.0-rc.0"
}
}
2 changes: 1 addition & 1 deletion packages/yform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "father-doc-yform",
"version": "0.1.4",
"version": "0.1.5",
"description": "自定义表单组件",
"main": "es/index.js",
"typings": "es/index.d.ts",
Expand Down

0 comments on commit 6851707

Please sign in to comment.