Skip to content

Commit

Permalink
Merge branch 'feature/new-way' into update-minor-css-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 11, 2024
2 parents c45475b + 75e89a1 commit 35256fa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ site:
content:
sources:
- url: .
branches: feature/new-way-theming
branches: feature/new-way
start_path: components/home
- url: https://github.com/aragon/multisig-plugin
branches: feature/docs
Expand Down
15 changes: 6 additions & 9 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ log() {
echo "$*" >&2
}

if [ -n "${NETLIFY:+x}" ]; then
: ${NETLIFY_BUILD_BASE="/opt/build"}
NETLIFY_CACHE_DIR="$NETLIFY_BUILD_BASE/cache"
export XDG_CACHE_HOME="$NETLIFY_CACHE_DIR/xdg"

if [ "$CONTEXT" != "production" ]; then
export URL="$DEPLOY_PRIME_URL"
fi
fi
yarn install --frozen-lockfile
cd ui
rm -rf theme/dist
yarn install --frozen-lockfile
yarn build
cd ..

## Antora

Expand Down
7 changes: 0 additions & 7 deletions ui/theme/dist/index.css

This file was deleted.

1 change: 0 additions & 1 deletion ui/theme/dist/index.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions ui/theme/dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion ui/theme/dist/index.js.map

This file was deleted.

0 comments on commit 35256fa

Please sign in to comment.