Skip to content

Commit dd88db4

Browse files
committed
removed ttsc precompilation
1 parent c2d4f4b commit dd88db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"url": "https://github.com/hyperhyperspace/hyperhyperspace-core.git"
1313
},
1414
"scripts": {
15-
"build": "npx ttsc --project tsconfig.build.json",
16-
"build-dev": "npx ttsc",
15+
"build": "npx tsc --project tsconfig.build.json",
16+
"build-dev": "npx tsc",
1717
"clean": "rm -rf ./dist/* && rm -rf ./dist-dev/* ",
1818
"winclean": "if exist dist (rmdir dist /s /q) && mkdir dist && if exist dist-dev (rmdir dist-dev /s /q) && mkdir dist-dev",
1919
"test": "npx jest",

0 commit comments

Comments
 (0)