Skip to content

Commit

Permalink
NTR: Fix make run
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Dec 14, 2023
1 parent ab42644 commit a0873c3
Show file tree
Hide file tree
Showing 3 changed files with 1,653 additions and 1,276 deletions.
3 changes: 2 additions & 1 deletion src/Resources/app/storefront/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
.DEFAULT_GOAL := help

help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

# ------------------------------------------------------------------------------------------------------------

build: ## Builds using webpack
npm update
npx webpack build --config webpack.config.js
cd /var/www/html && php bin/console assets:install
Loading

0 comments on commit a0873c3

Please sign in to comment.