Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions e2e/tests/nexus--deprecation--google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--deprecation--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--empty_types--google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--empty_types--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--enums--google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--enums--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--extensions--google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--extensions--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--field_behavior--google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--field_behavior--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--multipkgs--google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--multipkgs--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--nested--google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--nested--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--oneof--google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--oneof--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--primitives--google-protobuf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--primitives--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
6 changes: 2 additions & 4 deletions e2e/tests/nexus--proto3_optional--protobufjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"description": "E2E tests for protoc-gen-nexus",
"private": true,
"scripts": {
"test:e2e": "pnpm run test:e2e:gen && pnpm run test:e2e:vitest && pnpm run test:e2e:typecheck",
"test:e2e:gen": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:prepare": "pnpm run test:e2e:gen:proto && pnpm run test:e2e:gen:types",
"test:e2e:gen:proto": "rm -rf __generated__/schema && buf generate --template buf.gen.json",
"test:e2e:gen:types": "rm -rf __generated__/typings.ts && tsx schema.ts",
"test:e2e:vitest": "vitest run --passWithNoTests --config ../../vitest.config.ts",
"test:e2e:typecheck": "tsc --build tsconfig.json"
"test:e2e": "vitest run --passWithNoTests --typecheck --config ../../vitest.config.ts"
},
"dependencies": {
"nexus": "catalog:test",
Expand Down
Loading
Loading