File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v2
1010 - uses : actions/setup-node@v1
1111
12- - run:|
13- # Get local dependencies
14- npm install
15- # Make our new dom APIs
16- npm build
12+ - run : |
13+ # Get local dependencies
14+ npm install
15+ # Make our new dom APIs
16+ npm run build
1717
18- # Clone TypeScript, set it up
19- git clone https://github.com/microsoft/TypeScript -– depth 1
20- cd TypeScript
21- npm i
22-
23- # Move in the generated dom APIs into a new version of TSC
24- cp -rf ../generated/* src/lib
18+ # Clone TypeScript, set it up
19+ git clone https://github.com/microsoft/TypeScript -- depth 1
20+ cd TypeScript
21+ npm i
22+
23+ # Move in the generated dom APIs into a new version of TSC
24+ cp -rf ../generated/* src/lib
2525
26- # Run TypeScript's tests with the new DOM libs
27- npm test
26+ # Run TypeScript's tests with the new DOM libs
27+ npm test
Original file line number Diff line number Diff line change @@ -285,3 +285,4 @@ inputfiles/browser.webidl.json
285285! .vscode /launch.template.json
286286package-lock.json
287287yarn.lock
288+ TypeScript
You can’t perform that action at this time.
0 commit comments