We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3085989 commit 5d1a7abCopy full SHA for 5d1a7ab
package.json
@@ -19,7 +19,7 @@
19
"LICENSE"
20
],
21
"scripts": {
22
- "build": "tsc",
+ "build": "npx tsc",
23
"prepare": "npm run build",
24
"test": "node --test tests/unit/setup.test.ts tests/unit/*.test.ts tests/integration/*.test.ts",
25
"test:unit": "node --test tests/unit/setup.test.ts tests/unit/*.test.ts",
0 commit comments