mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 12:42:28 +02:00
chore: all scripts are replaced by the standard-version package
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user