cra-template-dvhb
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -0,1 +1,8 @@ | ||
## [1.4.4](https://github.com/dvhb/template-react/compare/v1.4.3...v1.4.4) (2020-02-14) | ||
### Bug Fixes | ||
* add commitlint and lint-staged ([63d4b5a](https://github.com/dvhb/template-react/commit/63d4b5a290eb182fc7f23b880c381aedbcd3dae3)) | ||
## [1.4.3](https://github.com/dvhb/template-react/compare/v1.4.2...v1.4.3) (2020-02-07) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "cra-template-dvhb", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "The base template for dvhb web app.", | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"lint:template": "cd template && npm run tsc && npm run lint", | ||
"presemantic-release": "cd template && rm -rf package.json package-lock.json", | ||
"presemantic-release": "cd template && rm -rf package.json", | ||
"semantic-release": "semantic-release", | ||
"test": "cd template && npm ci && npm run tsc && npm run lint && cp .env.example .env && npm run build " | ||
"test": "cd template && npm i && npm run tsc && npm run lint && cp .env.example .env && SKIP_PREFLIGHT_CHECK=true npm run build " | ||
}, | ||
@@ -63,9 +63,4 @@ "husky": { | ||
"@semantic-release/git" | ||
], | ||
"branches": [ | ||
"master", | ||
"next", | ||
"/^feature.*$/" | ||
] | ||
} | ||
} |
@@ -8,7 +8,15 @@ { | ||
"storybook": "start-storybook -p 9009 -s public", | ||
"storybook:build": "build-storybook -s public", | ||
"storybook:build": "build-storybook -o build/storybook -s public", | ||
"test": "craco test" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged && tsc --noEmit", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"package": { | ||
"dependencies": { | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"@craco/craco": "^5.6.2", | ||
@@ -30,4 +38,9 @@ "@dvhb/tslint-config-react": "^1.0.9", | ||
"classnames": "^2.2.6", | ||
"husky": "^4.2.1", | ||
"lint-staged": "^10.0.7", | ||
"node-sass": "^4.13.1", | ||
"prettier": "^1.19.1", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-scripts": "3.3.1", | ||
"tslint": "^6.0.0", | ||
@@ -34,0 +47,0 @@ "typescript": "~3.7.2" |
@@ -11,3 +11,3 @@ # dvhb web app | ||
- react `16.12.0` | ||
- typeScript `3.7.2` | ||
- typescript `3.7.2` | ||
- storybook `5.3.12` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46804
53
420