Skip to content

Commit

Permalink
remove build-embed from Dockerfile (#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Apr 12, 2024
1 parent ed2c8b7 commit f3951f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \
npm install --global yarn && \
yarn && \
yarn intl:build && \
yarn build-web && \
yarn build-embed
yarn build-web

# DEBUG
RUN find ./bskyweb/static && find ./web-build/static
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ help: ## Print info about all commands
build-web: ## Compile web bundle, copy to bskyweb directory
yarn intl:build
yarn build-web
yarn build-embed

.PHONY: test
test: ## Run all tests
Expand Down

0 comments on commit f3951f2

Please sign in to comment.