Skip to content

Commit

Permalink
Revert change to cjs target
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFarmer committed Mar 13, 2024
1 parent c52274d commit 322ad56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:

- name: Dry-run of build
shell: bash
run: |
pnpm pack
run: pnpm pack


run-tests:
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ESNEXT",
"DOM"
],
"target": "ESNEXT",
"target": "ES6",
"module": "CommonJS",
"moduleResolution": "Node",
"outDir": "./lib/cjs",
Expand Down

0 comments on commit 322ad56

Please sign in to comment.