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

Add help

parent ea976da2
No related branches found
No related tags found
No related merge requests found
...@@ -28,13 +28,13 @@ endef ...@@ -28,13 +28,13 @@ endef
lib: deps lib: deps
@npm run build -- -y main @npm run build -- -y main
dev: dev: deps ## Watch and start development server
@npm run watch @npm run watch
test: deps ## Invoke all tests like if we're in CI test: deps ## Run tests like if we're in CI ;-)
@npm run test:schema @npm run test:schema
dist: deps ## Build artifact for production dist: deps ## Build artifact for production envs
@(git worktree remove $(src) --force > /dev/null 2>&1) || true @(git worktree remove $(src) --force > /dev/null 2>&1) || true
@git worktree add $(src) $(target) @git worktree add $(src) $(target)
@cd $(src) && rm -rf * && git checkout -- vendor @cd $(src) && rm -rf * && git checkout -- vendor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment