also update the comand in the ci
This commit is contained in:
parent
3f64ef1424
commit
498219b044
2
.github/workflows/simulator_types.yml
vendored
2
.github/workflows/simulator_types.yml
vendored
|
@ -20,4 +20,4 @@ jobs:
|
||||||
npm i -g typescript
|
npm i -g typescript
|
||||||
- name: check if simulator (webxdc.js) and types (webxdc.d.ts) are in sync
|
- name: check if simulator (webxdc.js) and types (webxdc.d.ts) are in sync
|
||||||
run: |
|
run: |
|
||||||
tsc --noEmit --allowJs webxdc.js
|
tsc --noEmit --allowJs --lib es2015,dom webxdc.js
|
||||||
|
|
Loading…
Reference in a new issue