File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v2
10
10
- uses : actions/setup-node@v1
11
11
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
17
17
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
25
25
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
285
285
! .vscode /launch.template.json
286
286
package-lock.json
287
287
yarn.lock
288
+ TypeScript
You can’t perform that action at this time.
0 commit comments