Skip to content

Commit 2336e7f

Browse files
committed
Debug commit
1 parent ba60266 commit 2336e7f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: npm ci
2828

29+
- name: Debug
30+
run: npm run ts-version
31+
2932
- name: Build
3033
run: npm run compile
3134

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
"scripts": {
4444
"vscode:prepublish": "npm run compile",
45+
"ts-version": "tsc --version",
4546
"compile": "tsc -b",
4647
"watch": "tsc -b -w"
4748
},

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"build-wasm": "tree-sitter build --wasm ../tree-sitter-scrapscript",
1717
"build": "tree-sitter build ../tree-sitter-scrapscript",
18-
"compile": "tsc -b",
18+
"compile": "tsc --version && tsc -b",
1919
"watch": "tsc -b -w",
2020
"test": "jest",
2121
"test:watch": "jest --watch"

0 commit comments

Comments
 (0)