From 6662bbd5b9e98b51f774aa5365b023735a43f308 Mon Sep 17 00:00:00 2001 From: Tommy Zaft <76645845+Tom-stack3@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:13:45 +0200 Subject: [PATCH] Fix typo in CONTRIBUTING.md (#346) Minor inconvenience that bothered me --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52b2a0f8..7006f255 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ start command `task go:run` ### Frontend Development Notes -start command `task: ui:dev` +start command `task ui:dev` 1. The frontend is a Vue 3 app with Nuxt.js that uses Tailwind and DaisyUI for styling. 2. We're using Vitest for our automated testing. You can run these with `task ui:watch`. @@ -54,4 +54,4 @@ start command `task: ui:dev` Create a new tag in GitHub with the version number vX.X.X. This will trigger a new release to be created. -Test -> Goreleaser -> Publish Release -> Trigger Docker Builds -> Deploy Docs + Fly.io Demo \ No newline at end of file +Test -> Goreleaser -> Publish Release -> Trigger Docker Builds -> Deploy Docs + Fly.io Demo