Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 27, 2024
1 parent 4435c42 commit 193acad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
},
"license": "MIT",
"scripts": {
"build": "tsc",
"build": "tsc && tsc -p tsconfig.esm.json",
"lint": "prettier --check src",
"format": "prettier --write src",
"test": "node --test"
},
"keywords": [
Expand Down

0 comments on commit 193acad

Please sign in to comment.