Skip to content

Commit

Permalink
json modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Jun 1, 2024
1 parent 5e00e98 commit df2daf2
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 --json-modules scripts/package.js"],
"commands": [
"yarn node --experimental-json-modules scripts/package.js"
],
"cwd": "{projectRoot}"
}
},
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": ["yarn node --json-modules scripts/publish.js"],
"commands": [
"yarn node --experimental-json-modules scripts/publish.js"
],
"cwd": "{projectRoot}"
}
}
Expand Down

0 comments on commit df2daf2

Please sign in to comment.