fix: 🩹 create a dev script with REACT_APP_AMPLITUDE_ID empty

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2022-03-30 15:59:53 +02:00
parent f5ceefa2eb
commit fca6968bff
3 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ mdlint: # Markdown lint for web
.PHONY: web
web: # Run the website locally
yarn --cwd "./website" install
yarn --cwd "./website" start
yarn --cwd "./website" dev
.PHONY: todo
todo: # Find all TODO items