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 61c5ceb commit 2815837Copy full SHA for 2815837
packages/js-api-generator/package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"main": "build.js",
7
"scripts": {
8
- "build": "npx tsc && node build.js"
+ "build": "tsc && node build.js"
9
},
10
"keywords": [],
11
"author": "",
0 commit comments