Skip to content

Commit ef95503

Browse files
Disable generation (#38)
* Disable generation * Disable generate package.json script
1 parent 16301ee commit ef95503

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
name: Generate
33

4-
on:
5-
pull_request:
6-
branches:
7-
- main
8-
workflow_dispatch: {}
4+
on: {}
95

106
jobs:
117
commit:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"preformat": "prettier --write --ignore-path .gitignore .",
5050
"format:csharp": "dotnet csharpier ./output/csharp",
5151
"report": "c8 report",
52-
"generate": "tsx src/index.ts && npm run generate:csproj && npm run format:csharp",
52+
"generate": "true",
5353
"generate:csproj": "tsx src/generate-csproj.ts",
5454
"pack": "npm run generate:csproj && dotnet pack ./output/csharp/src/Seam -o ./"
5555
},

0 commit comments

Comments
 (0)