Skip to content

Commit

Permalink
Confirm it fails with wrong lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFarmer committed Mar 13, 2024
1 parent 19c33bb commit 3215121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ jobs:

- name: Dry-run of build
shell: bash
run: |
pnpm run clean
tsc --build --dry
tsc --build --dry
run: tsc --build --dry


- name: Run lint
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.production.json",
"compilerOptions": {
"lib": [
"ESNEXT",
"ES6",
"DOM"
],
"target": "ES6",
Expand Down

0 comments on commit 3215121

Please sign in to comment.