Skip to content

Commit

Permalink
fix(build): export ESM with correct import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Apr 28, 2022
1 parent 8bd7041 commit a4e5aea
Show file tree
Hide file tree
Showing 2 changed files with 1,278 additions and 1,009 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^4.4.3"
},
"scripts": {
"build": "scripts ts-build --exportsMap testing",
"build": "scripts ts-build2 --cjs --exportsMap testing",
"lint": "eslint src test",
"test": "jest"
}
Expand Down
Loading

0 comments on commit a4e5aea

Please sign in to comment.