mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Make release-3.9 buildable
With this change, you can build the branch using `npm ci && npm run build`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user