Skip to content

Commit

Permalink
simplify package json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Aug 2, 2024
1 parent 3d11c37 commit bc6bfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"build:static": "cpy ./static ../src/phoenix/server",
"build:relay": "relay-compiler",
"test": "jest --config ./jest.config.js",
"dev": "pnpm run dev:server:demo & pnpm run build:static && pnpm run build:relay && vite",
"dev": "pnpm run dev:server & pnpm run build:static && pnpm run build:relay && vite",
"dev:ui": "pnpm run build:static && pnpm run build:relay && vite",
"dev:server:mnist": "python3 -m phoenix.server.main --dev --umap_params 0,30,550 fixture fashion_mnist",
"dev:server:mnist:single": "python3 -m phoenix.server.main --dev fixture fashion_mnist --primary-only true",
Expand Down

0 comments on commit bc6bfd4

Please sign in to comment.