Skip to content

Commit

Permalink
fix: use loader with module package types
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Jun 1, 2024
1 parent c5d919c commit c029a70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/playnite-web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,18 @@
"package": {
"executor": "nx:run-commands",
"options": {
"commands": ["yarn node --require esbuild-register scripts/package.ts"],
"commands": [
"yarn node --loader esbuild-register/loader scripts/package.ts"
],
"cwd": "{projectRoot}"
}
},
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": ["yarn node --require esbuild-register scripts/publish.ts"],
"commands": [
"yarn node --loader esbuild-register/loader scripts/publish.ts"
],
"cwd": "{projectRoot}"
}
}
Expand Down

0 comments on commit c029a70

Please sign in to comment.