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