Skip to content

Commit baabbe3

Browse files
committed
build: refine build and script execution environment
- Add build output directories to the PATH - Add an alias for the run script - Remove script for bumping versions
1 parent 37242b1 commit baabbe3

3 files changed

Lines changed: 4 additions & 47 deletions

File tree

.envrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ eval "$(devbox generate direnv --print-envrc)"
44
export ENVNAME=rust
55
unset GITHUB_TOKEN
66

7-
export PATH=$PATH:$PWD
7+
export PATH=$PATH:$PWD:$PWD/target/debug:$PWD/target/release
8+
9+
export_alias _b "./run.sh build"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bump-version.sh

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)