File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
"start:debug" : " nest start --debug --watch" ,
34
34
"start:prod" : " node dist/main" ,
35
35
"lint" : " eslint \" apps/**/*.ts\" --fix" ,
36
- "test" : " npx prisma generate --schema apps/prisma-sample/prisma/schema.prisma && npm run nx affected:test" ,
36
+ "test" : " pnpx prisma generate --schema apps/prisma-sample/prisma/schema.prisma && pnpm nx affected:test" ,
37
37
"test:watch" : " jest --watch" ,
38
38
"test:cov" : " jest --coverage" ,
39
39
"test:debug" : " node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" ,
40
- "test:e2e" : " ./setupPrismaDatabase.sh && pnpx prisma generate --schema apps/prisma-sample/prisma/schema.prisma && DATABASE_URL=postgres://postgres:postgres@localhost:5433/prisma nx run-many --target=e2e --all" ,
40
+ "test:e2e" : " ./setupPrismaDatabase.sh && pnpx prisma generate --schema apps/prisma-sample/prisma/schema.prisma && DATABASE_URL=postgres://postgres:postgres@localhost:5433/prisma nx run-many --target=e2e --all --exclude=prisma-sample " ,
41
41
"test:cov:total" : " DATABASE_URL=postgres://postgres:postgres@localhost:5433/prisma jest -c jest.cov.js" ,
42
42
"nx" : " nx"
43
43
},
You can’t perform that action at this time.
0 commit comments