We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ba45fc + 9e518c8 commit 2ae8d9fCopy full SHA for 2ae8d9f
.gitignore
@@ -84,7 +84,6 @@ tests/cases/user/*/**/*.d.ts
84
tests/baselines/reference/dt
85
.failed-tests
86
TEST-results.xml
87
-package-lock.json
88
tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
89
tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
90
tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
.npmrc
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
3
node_js:
4
- - 'node'
+ - '12'
5
- '10'
6
- '8'
7
@@ -18,7 +18,7 @@ branches:
18
19
install:
20
- npm uninstall typescript --no-save
21
- - npm install
+ - npm ci
22
23
cache:
24
directories:
0 commit comments