Explorar o código

HUE-8856 [core] Fix Makefile tab indentation of babelrc copy

Romain %!s(int64=6) %!d(string=hai) anos
pai
achega
4e281114d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -213,7 +213,7 @@ install-env:
 	cp $(ROOT)/package.json $(INSTALL_DIR)
 	cp $(ROOT)/webpack.config*.js $(INSTALL_DIR)
 	cp $(ROOT)/.babelrc $(INSTALL_DIR)
-        $(MAKE) -C $(INSTALL_DIR) npm-install
+	$(MAKE) -C $(INSTALL_DIR) npm-install
 	@if [ "$(MAKECMDGOALS)" = "install" ]; then \
 	  $(MAKE) -C $(INSTALL_DIR) create-static; \
 	fi