Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed May 7, 2021
1 parent 31adf1c commit b48091c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ With all this in place, the chain reaction goes like this:
1. `Project` `nodemon` reacts to this, runs `prisma generate`
1. You try things out with newly generated Nexus Prisma in `Project`!

One issues are being worked out related to `bin` and `chmod`: https://github.com/wclr/yalc/issues/156
One issue is being worked out related to `bin` and `chmod`: https://github.com/wclr/yalc/issues/156

If you change a dependency in `Nexus Prisma` while working (especially adding a new one) you will need to remove the `node_modules` in `Project` and re-install e.g. `yarn install`.

Expand Down
3 changes: 2 additions & 1 deletion tests/e2e/e2e.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as Execa from 'execa'
import { dump } from 'nexus/dist/utils'
import stripAnsi from 'strip-ansi'
import { assertBuildPresent, createPrismaSchema, setupTestProject, TestProject } from '../__helpers__'

Expand Down Expand Up @@ -148,7 +149,7 @@ it('When bundled custom scalars are used the project type checks and generates e
const results = runTestProject(testProject)

// uncomment this to see the raw results (helpful for debugging)
// dump(results)
dump(results)

expect(results.runFirstBuild.exitCode).toBe(2)

Expand Down

0 comments on commit b48091c

Please sign in to comment.