diff --git a/packages/rc-grid/package.json b/packages/rc-grid/package.json index e42f5fb..366877c 100644 --- a/packages/rc-grid/package.json +++ b/packages/rc-grid/package.json @@ -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", @@ -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"