Skip to content

Commit

Permalink
release: 发布 1.2.0 版本 (#136)
Browse files Browse the repository at this point in the history
* release: 发布 1.2.0 版本

* feat: 添加发布之前自动执行构建

Co-authored-by: jhonebee <[email protected]>
  • Loading branch information
jhoneybee and jhonebee authored Aug 4, 2021
1 parent 6a55cd4 commit bfdceef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/rc-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifhcp/rc-grid",
"version": "1.1.3",
"version": "1.2.1",
"license": "MIT",
"main": "dist/index.js",
"repository": "https://github.com/HighPerformanceComponent/rc-grid.git",
Expand All @@ -16,7 +16,8 @@
"prepare": "cd ../../ && husky install front/.husky",
"lint:script": "eslint src --ext .js,.jsx,.ts,.tsx",
"test": "jest",
"test:codecov": "jest --ci --coverage && codecov"
"test:codecov": "jest --ci --coverage && codecov",
"prepublishOnly": "yarn build"
},
"dependencies": {
"styled-components": "^5.3.0"
Expand Down

0 comments on commit bfdceef

Please sign in to comment.