Skip to content

Commit ea2d9f4

Browse files
committed
Merge branch 'test_tsc' of https://github.com/microsoft/TSJS-lib-generator into test_tsc
2 parents f089e83 + 04df3f0 commit ea2d9f4

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.github/workflows/test_typescript.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,4 @@ inputfiles/browser.webidl.json
285285
!.vscode/launch.template.json
286286
package-lock.json
287287
yarn.lock
288+
TypeScript

0 commit comments

Comments
 (0)