Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 56c1a2d

Browse files
ci: github actions
1 parent cdde163 commit 56c1a2d

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/workflows/test-on-pr-branch.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ jobs:
1616
- name: Install dependencies
1717
run: npm ci
1818

19-
- name: Install playwright browsers
20-
run: npx playwright install chromium
21-
2219
- name: Run unit tests
2320
run: npm run-script test

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ jobs:
1616
- name: Install dependencies
1717
run: npm ci
1818

19-
- name: Install playwright browsers
20-
run: npx playwright install chromium
21-
2219
- name: Run unit tests
2320
run: npm run-script test

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"allowSyntheticDefaultImports": true,
1111
"experimentalDecorators": true,
1212
"importHelpers": true,
13+
"skipLibCheck":true,
1314
"outDir": "dist",
1415
"sourceMap": true,
1516
"inlineSources": true,

0 commit comments

Comments
 (0)