Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Nov 21, 2019
1 parent 1f54e96 commit 7b6dd98
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cli/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/introspection",
"version": "0.0.124",
"version": "0.0.125",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
22 changes: 22 additions & 0 deletions cli/introspection/pnpm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"0 debug pnpm:scope": {
"selected": 1,
"workspacePrefix": "/Users/tim/code/p2"
},
"1 error pnpm": {
"message": {
"errno": 1,
"code": "ELIFECYCLE",
"pkgid": "@prisma/introspection@0.0.125",
"stage": "test",
"script": "jest",
"pkgname": "@prisma/introspection"
},
"err": {
"name": "Error",
"message": "@prisma/introspection@0.0.125 test: `jest`\nExit status 1",
"code": "ELIFECYCLE",
"stack": "Error: @prisma/introspection@0.0.125 test: `jest`\nExit status 1\n at EventEmitter.<anonymous> (/Users/tim/code/pnpm/node_modules/.pnpm/registry.npmjs.org/@zkochan/npm-lifecycle/3.1.4/node_modules/@zkochan/npm-lifecycle/index.js:302:16)\n at EventEmitter.emit (events.js:210:5)\n at ChildProcess.<anonymous> (/Users/tim/code/pnpm/node_modules/.pnpm/registry.npmjs.org/@zkochan/npm-lifecycle/3.1.4/node_modules/@zkochan/npm-lifecycle/lib/spawn.js:55:14)\n at ChildProcess.emit (events.js:210:5)\n at maybeClose (internal/child_process.js:1021:16)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)"
}
}
}
2 changes: 1 addition & 1 deletion cli/prisma2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma2",
"version": "2.0.0-alpha.338",
"version": "2.0.0-alpha.339",
"main": "build/index.js",
"repository": "git@github.com:prisma/prisma2-cli.git",
"author": "Tim Suchanek <suchanek@prisma.io>",
Expand Down
6 changes: 6 additions & 0 deletions cli/prisma2/pnpm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"0 debug pnpm:scope": {
"selected": 1,
"workspacePrefix": "/Users/tim/code/p2"
}
}
1 change: 1 addition & 0 deletions cli/prisma2/src/__tests__/integrate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import path from 'path'
const del = promisify(rimraf)

const host = process.env.TEST_POSTGRES_URI || 'postgres://localhost:5432/prisma-dev'
process.env.SKIP_GENERATE = 'true'

const db = new Client({
connectionString: host,
Expand Down
17 changes: 0 additions & 17 deletions pnpm-debug.log

This file was deleted.

0 comments on commit 7b6dd98

Please sign in to comment.