chore: setup dripip for release scripts

This commit is contained in:
Jason Kuhrt 2020-06-03 16:09:38 -04:00
parent d597086177
commit 8c7b047a7b
2 changed files with 772 additions and 10 deletions

View File

@ -42,8 +42,9 @@
"lint": "tslint -p tsconfig.json",
"prepublish": "yarn clean && yarn lint && yarn build",
"postpublish": "yarn upgrade-deps || echo 'Oops...'",
"release:preview": "yarn publish --tag next",
"release:stable": "yarn publish",
"release:pr": "dripip pr",
"release:preview": "dripip preview",
"release:stable": "dripip stable",
"test": "jest",
"test:ci": "jest --coverage --maxWorkers 2",
"test:debug": "node --inspect-brk $(yarn bin)/jest -i --watch",
@ -79,6 +80,7 @@
"@types/prettier": "^1.18.3",
"@typescript-eslint/eslint-plugin": "2.7.0",
"codecov": "^3.6.1",
"dripip": "^0.9.0",
"eslint": "^6.6.0",
"graphql": "^14.5.8",
"graphql-iso-date": "^3.6.1",

776
yarn.lock

File diff suppressed because it is too large Load Diff