Make release-3.9 buildable

With this change, you can build the branch using `npm ci && npm run
build`.
This commit is contained in:
Andrew Casey
2020-08-10 17:53:38 -07:00
parent a7d801176c
commit 6c1e494bee
5 changed files with 8766 additions and 8 deletions

View File

@@ -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