also update the comand in the ci

master
Simon Laux 2022-01-17 23:59:05 +01:00 committed by B. Petersen
parent 3f64ef1424
commit 498219b044
No known key found for this signature in database
GPG Key ID: 3B88E92DEA8E9AFC
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ jobs:
npm i -g typescript
- name: check if simulator (webxdc.js) and types (webxdc.d.ts) are in sync
run: |
tsc --noEmit --allowJs webxdc.js
tsc --noEmit --allowJs --lib es2015,dom webxdc.js