Skip to content

Commit 847e1cc

Browse files
committed
Debug commit
1 parent ba60266 commit 847e1cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"scripts": {
4444
"vscode:prepublish": "npm run compile",
45-
"compile": "tsc -b",
45+
"compile": "tsc --version && tsc -b",
4646
"watch": "tsc -b -w"
4747
},
4848
"devDependencies": {

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)