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 044d917 commit b08845eCopy full SHA for b08845e
package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"scripts": {
5
"build": "tsc --p ./tsconfig.json && node ./lib/index.js",
6
- "fetch-idl": "npm run build && node ./lib/idlfetcher.js",
+ "fetch-idl": "tsc --p ./tsconfig.json && node ./lib/idlfetcher.js",
7
"fetch-mdn": "npm run build && node ./lib/mdnfetcher.js",
8
"fetch": "echo This could take a few minutes... && npm run fetch-idl && npm run fetch-mdn",
9
"baseline-accept": "cpx \"generated\\*\" baselines\\",
0 commit comments