remove build-embed from Dockerfile (#3502)

zio/stable
Samuel Newman 2024-04-12 16:14:20 +01:00 committed by GitHub
parent ed2c8b720e
commit f3951f2718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -32,8 +32,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \
npm install --global yarn && \ npm install --global yarn && \
yarn && \ yarn && \
yarn intl:build && \ yarn intl:build && \
yarn build-web && \ yarn build-web
yarn build-embed
# DEBUG # DEBUG
RUN find ./bskyweb/static && find ./web-build/static RUN find ./bskyweb/static && find ./web-build/static

View File

@ -12,7 +12,6 @@ help: ## Print info about all commands
build-web: ## Compile web bundle, copy to bskyweb directory build-web: ## Compile web bundle, copy to bskyweb directory
yarn intl:build yarn intl:build
yarn build-web yarn build-web
yarn build-embed
.PHONY: test .PHONY: test
test: ## Run all tests test: ## Run all tests