diff --git a/src/package.json b/src/package.json index 14fc57e54db..8dd34c25afd 100644 --- a/src/package.json +++ b/src/package.json @@ -20,6 +20,7 @@ "watch": "node ./tools/generate/chapter_watcher", "ebooks": "node ./tools/generate/generate_ebook_pdfs", "deploy": "./tools/scripts/deploy.sh", + "dev": "source .venv/bin/activate && npm run start", "lint": "run-script-os", "lint:darwin:linux": "docker container run -it --rm -v \"$PWD/..\":/app -w /app/src --entrypoint=./tools/scripts/run_linter_locally.sh github/super-linter:slim-latest", "lint:win32": "docker container run --rm -v \"%cd%\\..\":/app -w /app/src --entrypoint=./tools/scripts/run_linter_locally.sh github/super-linter:slim-latest",