Skip to content

Commit

Permalink
partially revert microsoft#625
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Jan 29, 2019
1 parent 044d917 commit b08845e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"build": "tsc --p ./tsconfig.json && node ./lib/index.js",
"fetch-idl": "npm run build && node ./lib/idlfetcher.js",
"fetch-idl": "tsc --p ./tsconfig.json && node ./lib/idlfetcher.js",
"fetch-mdn": "npm run build && node ./lib/mdnfetcher.js",
"fetch": "echo This could take a few minutes... && npm run fetch-idl && npm run fetch-mdn",
"baseline-accept": "cpx \"generated\\*\" baselines\\",
Expand Down

0 comments on commit b08845e

Please sign in to comment.