Skip to content

Commit 38d1bf2

Browse files
committed
Debug commit
1 parent ba60266 commit 38d1bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)