v0.14.0-next.2
This commit is contained in:
parent
133c4a4705
commit
d597086177
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue