Skip to content
Snippets Groups Projects
Commit 3cbf0a22 authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

Reset vendor on dist

parent c80dcd87
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ endef
dist: deps ## Build artifact for production
@(git worktree remove $(src) --force > /dev/null 2>&1) || true
@git worktree add $(src) $(target)
@cd $(src) && rm -rf *
@cd $(src) && rm -rf * && git checkout -- vendor
@cp -r public/* build
@npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment