File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install dependencies
27
27
run : npm ci
28
28
29
+ - name : Debug
30
+ run : npm run ts-version
31
+
29
32
- name : Build
30
33
run : npm run compile
31
34
Original file line number Diff line number Diff line change 42
42
},
43
43
"scripts" : {
44
44
"vscode:prepublish" : " npm run compile" ,
45
+ "ts-version" : " tsc --version" ,
45
46
"compile" : " tsc -b" ,
46
47
"watch" : " tsc -b -w"
47
48
},
Original file line number Diff line number Diff line change 15
15
"scripts" : {
16
16
"build-wasm" : " tree-sitter build --wasm ../tree-sitter-scrapscript" ,
17
17
"build" : " tree-sitter build ../tree-sitter-scrapscript" ,
18
- "compile" : " tsc -b" ,
18
+ "compile" : " tsc --version && tsc - b" ,
19
19
"watch" : " tsc -b -w" ,
20
20
"test" : " jest" ,
21
21
"test:watch" : " jest --watch"
You can’t perform that action at this time.
0 commit comments