Skip to content

Commit

Permalink
chore: release v2.0.0 (#2487) (#2488)
Browse files Browse the repository at this point in the history
* fix: term build on error (#2487)

* chore: release v2.0.0 (#2487)
  • Loading branch information
NoopDog authored Oct 29, 2024
1 parent 515a0ac commit 922d72e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions next/cc-data.humancellatlas.dev.next.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Set the script to exit immediately on error
set -e

echo \"Deleting ./out/\"
rm -rf ./out
Expand Down
4 changes: 2 additions & 2 deletions next/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "0.1.0",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh data-portal && next dev",
Expand Down

0 comments on commit 922d72e

Please sign in to comment.