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 .PHONY: web
web: # Run the website locally web: # Run the website locally
yarn --cwd "./website" install yarn --cwd "./website" install
yarn --cwd "./website" start yarn --cwd "./website" dev
.PHONY: todo .PHONY: todo
todo: # Find all TODO items todo: # Find all TODO items

View File

@ -1 +0,0 @@
REACT_APP_AMPLITUDE_ID=

View File

@ -4,6 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
"dev": "REACT_APP_AMPLITUDE_ID= docusaurus start",
"start": "docusaurus start", "start": "docusaurus start",
"build": "docusaurus build", "build": "docusaurus build",
"swizzle": "docusaurus swizzle", "swizzle": "docusaurus swizzle",