v0.14.0-next.2

This commit is contained in:
Jason Kuhrt 2020-05-12 14:00:47 -04:00
parent 133c4a4705
commit d597086177
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@nexus/schema",
"version": "0.14.0-next.1",
"version": "0.14.0-next.2",
"description": "Scalable, strongly typed GraphQL schema development",
"keywords": [
"graphql",
@ -42,6 +42,8 @@
"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",
"test": "jest",
"test:ci": "jest --coverage --maxWorkers 2",
"test:debug": "node --inspect-brk $(yarn bin)/jest -i --watch",