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 32274c7 commit b05097fCopy full SHA for b05097f
package.json
@@ -18,7 +18,8 @@
18
"node": ">=14.0"
19
},
20
"scripts": {
21
- "build": "tsc --build tsconfig.build.json",
+ "//": "#use npx here to ensure that non-TS users triggering the postinstall script don't need to install TypeScript globally or in their project",
22
+ "build": "npx -p typescript tsc --build tsconfig.build.json",
23
"clean": "git clean -dfqX",
24
"install-with-npm-8.5": "npm i -g npm@^8.5.0 && npm i",
25
"postinstall": "npm run build",
0 commit comments