remove build-embed from Dockerfile (#3502)
parent
ed2c8b720e
commit
f3951f2718
|
@ -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
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue