We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58d589 commit f0bd40dCopy full SHA for f0bd40d
.github/workflows/test.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Install oscript-config
27
run: opm install oscript-config
28
- run: npm install
29
+ - run: tsc -p ./
30
- run: xvfb-run -a npm test
31
if: runner.os == 'Linux'
32
- run: npm test
0 commit comments