Skip to content

Commit

Permalink
Disable generate package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Dec 3, 2024
1 parent 19e359b commit 3c4be51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"preformat": "prettier --write --ignore-path .gitignore .",
"format:csharp": "dotnet csharpier ./output/csharp",
"report": "c8 report",
"generate": "tsx src/index.ts && npm run generate:csproj && npm run format:csharp",
"generate": "true",
"generate:csproj": "tsx src/generate-csproj.ts",
"pack": "npm run generate:csproj && dotnet pack ./output/csharp/src/Seam -o ./"
},
Expand Down

0 comments on commit 3c4be51

Please sign in to comment.