Skip to content

Commit 4e48b25

Browse files
authored
Add npm run dev command (#3574)
1 parent ff9fd22 commit 4e48b25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"watch": "node ./tools/generate/chapter_watcher",
2121
"ebooks": "node ./tools/generate/generate_ebook_pdfs",
2222
"deploy": "./tools/scripts/deploy.sh",
23+
"dev": "source .venv/bin/activate && npm run start",
2324
"lint": "run-script-os",
2425
"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",
2526
"lint:win32": "docker container run --rm -v \"%cd%\\..\":/app -w /app/src --entrypoint=./tools/scripts/run_linter_locally.sh github/super-linter:slim-latest",

0 commit comments

Comments
 (0)