Enable TypeScript (#8074)

* Enable Typescript

* Fix tests

* Fix tests again

* Automatically (re)build

* Updates

* Updates

* Update shrinkwrap

* Enable sourcemaps
This commit is contained in:
Koen Kanters
2021-07-21 19:35:14 +02:00
committed by GitHub
parent 321b34721f
commit 7b65dc631b
25 changed files with 4278 additions and 419 deletions
+2
View File
@@ -24,6 +24,8 @@ jobs:
- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test-with-coverage
- name: Lint