Skip to content

Commit

Permalink
chore: remove explore path (#3851)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Jan 9, 2024
1 parent 710bc40 commit 2fa8584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev:anvil": "./scripts/dev.sh anvil dev && next dev",
"build:anvil": "./scripts/build.sh anvil && next build && next export -o out/explore && npm run postbuild",
"dev:anvil-cmg": "./scripts/dev.sh anvil-cmg dev && next dev",
"build:anvil-cmg": "./scripts/build.sh anvil-cmg && next build && next export -o out/explore && npm run postbuild",
"build:anvil-cmg": "./scripts/build.sh anvil-cmg && next build && next export -o out && npm run postbuild",
"build-cc-dev:anvil-cmg": "./scripts/common-build.sh anvil-cmg cc-dev && next build && next export -o out && npm run postbuild",
"dev:hca-dcp": "./scripts/dev.sh hca-dcp dev && next dev",
"dev:cc-ma-dev:hca-dcp": "./scripts/dev.sh hca-dcp cc-ma-dev && next dev",
Expand Down

0 comments on commit 2fa8584

Please sign in to comment.