Skip to content

Commit

Permalink
fix(build): prevent twig error directory does not exist (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen authored Mar 5, 2024
1 parent 6bba5d2 commit 2bda5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ install-plugin: ## Builds the package and installs the plugin

build: ## Builds the package
@rm -rf "src/Resources/app/storefront/dist"
@mkdir -p "src/Resources/app/storefront/dist"
@rm -rf "src/Resources/public/administration"
@cd "$$PROJECT_ROOT" && SHOPWARE_ADMIN_BUILD_ONLY_EXTENSIONS=1 bin/build-administration.sh
@cd "$$PROJECT_ROOT" && SHOPWARE_ADMIN_BUILD_ONLY_EXTENSIONS=1 bin/build-storefront.sh
Expand Down

0 comments on commit 2bda5c9

Please sign in to comment.