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 2690a56 commit 5e00e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/playnite-web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"package": {
"executor": "nx:run-commands",
"options": {
"commands": ["yarn node scripts/package.js"],
"commands": ["yarn node --json-modules scripts/package.js"],
"cwd": "{projectRoot}"
}
},
"publish": {
"executor": "nx:run-commands",
"options": {
"commands": ["yarn node scripts/publish.js"],
"commands": ["yarn node --json-modules scripts/publish.js"],
"cwd": "{projectRoot}"
}
}
Expand Down

0 comments on commit 5e00e98

Please sign in to comment.