Skip to content

Commit b08845e

Browse files
committed
partially revert #625
1 parent 044d917 commit b08845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"scripts": {
55
"build": "tsc --p ./tsconfig.json && node ./lib/index.js",
6-
"fetch-idl": "npm run build && node ./lib/idlfetcher.js",
6+
"fetch-idl": "tsc --p ./tsconfig.json && node ./lib/idlfetcher.js",
77
"fetch-mdn": "npm run build && node ./lib/mdnfetcher.js",
88
"fetch": "echo This could take a few minutes... && npm run fetch-idl && npm run fetch-mdn",
99
"baseline-accept": "cpx \"generated\\*\" baselines\\",

0 commit comments

Comments
 (0)