Commit acf657c
committed
Use tsx to run TypeScript directly, remove compiled files
- Add tsx as dev dependency to run TypeScript without compilation
- Update action.yml to use 'npx tsx' instead of 'node'
- Add step to install action dependencies in action.yml
- Remove all compiled .js, .d.ts, .js.map, .d.ts.map files from src/
- Add compiled files to .gitignore
- Remove build script from package.json (no longer needed)
This approach is cleaner as we don't need to commit compiled files.
Note: Workflow files still need to be updated separately due to OAuth scope limitations.1 parent 78e5fdd commit acf657c
File tree
64 files changed
+556
-1538
lines changed- src
- config
- services
- template
- extractors
- types
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+556
-1538
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | | - | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
0 commit comments