fix: 🩹 create a dev script with REACT_APP_AMPLITUDE_ID empty
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
f5ceefa2eb
commit
fca6968bff
2
Makefile
2
Makefile
@ -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
|
||||||
|
@ -1 +0,0 @@
|
|||||||
REACT_APP_AMPLITUDE_ID=
|
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user