Skip to content

Commit

Permalink
🔨 update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jul 31, 2024
1 parent 738b2ef commit 8951593
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion scripts/run-codegen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

set -e

# cd to the root of the project
cd "$(dirname "$0")/.."
Expand Down
4 changes: 3 additions & 1 deletion scripts/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

set -e

# cd to the root of the project
cd "$(dirname "$0")/.."
Expand Down
4 changes: 3 additions & 1 deletion scripts/setup-envs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

set -e

# config poetry to install env in project
poetry config virtualenvs.in-project true
Expand Down
4 changes: 3 additions & 1 deletion scripts/update-envs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

set -e

# update test env
echo "Updating test env..."
Expand Down

0 comments on commit 8951593

Please sign in to comment.