Skip to content

Commit

Permalink
trigger 2
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Dec 11, 2024
1 parent 52ab2b1 commit fb590a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"serve:all-optimized": "yarn && yarn optimize-svg && yarn build && yarn serve",
"optimize-svg": "svgo -rf ./static/img -o ./static/optimized-svg",
"build:theme": "yarn --cwd ui build",
"prepare": "cd ui && yarn && cd .. && yarn build:theme",
"serve": "live-server build/site",
"watch:local": "fgbg 'nodemon -e yml,adoc,css,scss,js -w components -w ui --ignore ui/theme/dist -x sh scripts/watch-local-build.sh' 'live-server build/site'",
"typecheck": "tsc",
Expand Down
10 changes: 10 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ log() {
echo "$*" >&2
}

yarn install --frozen-lockfile

cd ui

rm -rf theme/dist

yarn install --frozen-lockfile

yarn build:theme


## Antora

Expand Down

0 comments on commit fb590a6

Please sign in to comment.