initialize release-it

This commit is contained in:
Christopher Möller
2020-05-11 12:06:39 +02:00
parent 5bf7be5b9e
commit 2499d95ccd
7 changed files with 4274 additions and 126 deletions

View File

@@ -36,6 +36,7 @@
"prettier": "2.0.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"release-it": "^13.5.8",
"rollup": "^2.9.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-bundle-size": "^1.0.3",
@@ -66,7 +67,8 @@
"cy:run": "cypress run",
"cy:open": "cypress open",
"cypress": "npm run dev:wait cy:open",
"test": "npm run dev:wait cy:run"
"test": "npm run dev:wait cy:run",
"release": "release-it"
},
"files": [
"dist"