Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed May 16, 2024
1 parent e9850c7 commit 75157b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ shell:
- yarn install
setup:
- cd /app
#- export VITE_MODE="{{ env "VITE_MODE" }}"
#- if [ -n "$VITE_MODE" ]; then yarn build --mode $VITE_MODE; else yarn build; fi
- yarn build
#- sh -c '[ -d /app/dist/files ] && echo "$FILE exist." || mkdir -p /app/dist/files'
#- sh -c '[ -d /app/files ] && echo "$FILE exist." || mkdir -p /app/files'
Expand Down

0 comments on commit 75157b4

Please sign in to comment.