Skip to content

Commit

Permalink
Make Reporter runnable in desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed Jun 1, 2024
1 parent 7ccd073 commit d07e4c7
Show file tree
Hide file tree
Showing 8 changed files with 299 additions and 291 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"buildWeb": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/buildWeb.mjs",
"buildWebStandalone": "pnpm buildWeb --standalone",
"buildReporter": "pnpm buildWebStandalone --reporter --skip-extension",
"buildReporterDesktop": "pnpm build --reporter",
"watch": "pnpm build --watch",
"watchWeb": "pnpm buildWeb --watch",
"generatePluginJson": "tsx scripts/generatePluginList.ts",
Expand Down
Loading

0 comments on commit d07e4c7

Please sign in to comment.