Add zig output to package.json
This commit is contained in:
parent
8ee16fb09d
commit
2289a6d6ab
@ -6,7 +6,7 @@
|
|||||||
"packageManager": "yarn@3.1.1",
|
"packageManager": "yarn@3.1.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "ts-node src/index.ts",
|
"start": "ts-node src/index.ts",
|
||||||
"test-start": "npm run start -- compile examples/example.jrpc --definition=examples/definition.json -o=ts-node:examples/Typescript/out -o=c#:examples/CSharp/Generated -o=rust:examples/Rust/Generated",
|
"test-start": "npm run start -- compile examples/example.jrpc --definition=examples/definition.json -o=ts-node:examples/Typescript/out -o=c#:examples/CSharp/Generated -o=rust:examples/Rust/Generated -o=zig:examples/Zig/generated",
|
||||||
"test-csharp": "cd examples/CSharp/Example/ && dotnet run",
|
"test-csharp": "cd examples/CSharp/Example/ && dotnet run",
|
||||||
"test-typescript": "cd examples/Typescript && ts-node test.ts",
|
"test-typescript": "cd examples/Typescript && ts-node test.ts",
|
||||||
"test-rust": "cd examples/Rust/Generated/ && cargo build",
|
"test-rust": "cd examples/Rust/Generated/ && cargo build",
|
||||||
@ -19,8 +19,10 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib/jrpc.js",
|
"lib/jrpc.js",
|
||||||
"templates/**",
|
"templates/*.ts",
|
||||||
"examples/*.jrpc",
|
"templates/CSharp/*.cs",
|
||||||
|
"templates/CSharp/*.csproj",
|
||||||
|
"examples/*.jrpcproj",
|
||||||
"src/**",
|
"src/**",
|
||||||
"tsconfig.json"
|
"tsconfig.json"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user