Skip to content

Commit

Permalink
Merge branch 'develop' into feat/export-annotation-2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Jan 29, 2025
2 parents 8271ae4 + 6398630 commit a1de16a
Show file tree
Hide file tree
Showing 45 changed files with 8,464 additions and 8,048 deletions.
84 changes: 42 additions & 42 deletions .flox/env/manifest.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .flox/env/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ unset FLOX_CACHE_DIR
export NODE_PATH="$NPM_CONFIG_PREFIX/lib/node_modules${NODE_PATH:+:$NODE_PATH}";
[[ ! -z "${FLX_VERBOSE}" ]] && echo "-----> NODE_PATH: ${NODE_PATH}";
export PATH="$NPM_CONFIG_PREFIX/bin:$PATH";
# export PATH="$NPM_CONFIG_PREFIX/bin:$PATH";
npm install -g npm --foreground-scripts 1>/dev/null
npm install -g npm-check-updates --foreground-scripts 1>/dev/null
Expand All @@ -138,6 +138,8 @@ common = '''
[[ ! -z "${FLX_VERBOSE}" ]] && echo "##################################################";
[[ ! -z "${FLX_VERBOSE}" ]] && echo "########## FLOX PROFILE COMMON (${SHELL})...";
export PATH="$NPM_CONFIG_PREFIX/bin:$PATH";
alias lss='ls -alshF --color=auto'
alias flx='flox activate'
alias flxx='FLOX_VERBOSE=1 flox activate'
Expand Down
Loading

0 comments on commit a1de16a

Please sign in to comment.