Skip to content

Commit

Permalink
fix windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Aug 24, 2021
1 parent ba8cbb3 commit 8573284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/fixtures/ncc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"build": "npm run build:prisma && npm run build:ncc",
"build:prisma": "prisma generate",
"build:ncc": "ncc build --no-cache main.ts --out '/tmp/nexus-prisma-ncc-test'",
"start:dist": "NO_PEER_DEPENDENCY_CHECK=true node '/tmp/nexus-prisma-ncc-test'",
"start:dist": "cross-env NO_PEER_DEPENDENCY_CHECK=true node '/tmp/nexus-prisma-ncc-test'",
"start:ts": "ts-node main"
},
"author": "Jason Kuhrt",
"license": "ISC",
"dependencies": {
"@prisma/client": "2.30",
"cross-env": "7.0.1",
"@vercel/ncc": "0.29.2",
"graphql": "15.5.1",
"nexus": "1.1.0",
Expand Down

0 comments on commit 8573284

Please sign in to comment.