...

Text file src/edge-infra.dev/hack/graphiql/justfile

Documentation: edge-infra.dev/hack/graphiql

     1build: react-build move gazelle verify
     2
     3react-build:
     4    bazel build "//pkg/edge/api/graphiql:build"
     5
     6move:
     7    bazel run "//pkg/edge/api/graphiql:copy_bundle"
     8
     9start:
    10    ibazel run "//pkg/edge/api/graphiql:start"
    11
    12verify: 
    13    just "../../verify"
    14
    15gazelle:
    16    just "../../g"

View as plain text