Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Nov 28, 2023
1 parent e5272c3 commit f3c7310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir -p build/explore/anvil-cmg
# Build AnVIL Explorer
rm -rf ./out
npm run build-cc-dev:anvil-cmg
mv out/explore/* build/explore
mv out/* build


export BUCKET=s3://explore.anvilproject.dev.clevercanary.com/
Expand Down
2 changes: 1 addition & 1 deletion explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:anvil": "./scripts/build.sh anvil && next build && next export -o out/explore && npm run postbuild",
"dev:anvil-cmg": "./scripts/dev.sh anvil-cmg && next dev",
"build:anvil-cmg": "./scripts/build.sh anvil-cmg && next build && next export -o out/explore && npm run postbuild",
"build-cc-dev:anvil-cmg": "./scripts/common-build.sh anvil-cmg cc-dev && next build && next export -o out/explore && 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 && next dev",
"build-dev:hca-dcp": "./scripts/build.sh hca-dcp dev && next build && next export -o out/explore && npm run postbuild",
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
Expand Down

0 comments on commit f3c7310

Please sign in to comment.