Skip to content

Commit

Permalink
Make release-3.9 buildable
Browse files Browse the repository at this point in the history
With this change, you can build the branch using `npm ci && npm run
build`.
  • Loading branch information
amcasey committed Aug 11, 2020
1 parent a7d8011 commit 6c1e494
Show file tree
Hide file tree
Showing 5 changed files with 8,766 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -32,10 +32,8 @@ jobs:
npm uninstall tslint --no-save
- name: npm install and test
run: |
npm install
npm update
npm ci
npm test
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration

1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -84,7 +84,6 @@ tests/cases/user/*/**/*.d.ts
tests/baselines/reference/dt
.failed-tests
TEST-results.xml
package-lock.json
tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,7 +1,8 @@
language: node_js

node_js:
- 'node'
- '14'
- '12'
- '10'
- '8'

Expand All @@ -18,7 +19,7 @@ branches:

install:
- npm uninstall typescript --no-save
- npm install
- npm ci

cache:
directories:
Expand Down

0 comments on commit 6c1e494

Please sign in to comment.