Skip to content

Commit

Permalink
fix npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed May 10, 2024
1 parent 8e79b4a commit 3debc15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint-e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
- run: npm i
- run: npm run format
- run: npm run lint
- run: npm run build
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"outDir": "e2e_tests/build",
"target": "ES2020",
"strict": true,
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["e2e_tests/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 3debc15

Please sign in to comment.