diff --git a/package.json b/package.json index 28995b37..5cd4b5ee 100644 --- a/package.json +++ b/package.json @@ -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": "yarn build && 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",