chore: all scripts are replaced by the standard-version package

This commit is contained in:
alxshelepenok
2019-05-08 22:23:05 +03:00
parent 55ace3bf62
commit 514e48520c
4 changed files with 393 additions and 97 deletions

View File

@@ -14,7 +14,8 @@
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"",
"test": "jest --config ./tests/jest-config.js",
"test:coverage": "jest --coverage --config ./tests/jest-config.js",
"test:watch": "jest --watch --config ./tests/jest-config.js"
"test:watch": "jest --watch --config ./tests/jest-config.js",
"release": "standard-version"
},
"repository": "https://github.com/alxshelepenok/gatsby-starter-lumen",
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
@@ -108,6 +109,7 @@
"postcss-pxtorem": "4.0.1",
"react-test-renderer": "16.8.6",
"rimraf": "2.6.3",
"standard-version": "6.0.1",
"stylelint": "10.0.1",
"stylelint-config-recommended-scss": "3.3.0",
"stylelint-scss": "3.6.1"