chore: remove standart-version, add scripts

This commit is contained in:
alxshelepenok
2019-07-19 21:09:54 +03:00
parent d5d6b2bf50
commit 0d1a62d655
4 changed files with 1370 additions and 1821 deletions

View File

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