We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d4f4b commit dd88db4Copy full SHA for dd88db4
package.json
@@ -12,8 +12,8 @@
12
"url": "https://github.com/hyperhyperspace/hyperhyperspace-core.git"
13
},
14
"scripts": {
15
- "build": "npx ttsc --project tsconfig.build.json",
16
- "build-dev": "npx ttsc",
+ "build": "npx tsc --project tsconfig.build.json",
+ "build-dev": "npx tsc",
17
"clean": "rm -rf ./dist/* && rm -rf ./dist-dev/* ",
18
"winclean": "if exist dist (rmdir dist /s /q) && mkdir dist && if exist dist-dev (rmdir dist-dev /s /q) && mkdir dist-dev",
19
"test": "npx jest",
0 commit comments