There was an error while loading. Please reload this page.
1 parent 7a5fe23 commit 2bc5278Copy full SHA for 2bc5278
1 file changed
.github/workflows/unit-test.yml
@@ -22,6 +22,10 @@ jobs:
22
- name: Install dependencies
23
working-directory: src/logging
24
run: npm ci
25
+ - name: Build TypeScript
26
+ run: |
27
+ cd src/logging && npx tsc
28
+ cd ../../src/obfuscator && npx -p typescript tsc --module commonjs --moduleResolution node --declaration --outDir . --skipLibCheck htmlObfuscator.ts
29
- name: Run tests with coverage
30
31
run: npm run test:coverage
0 commit comments