We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run dev
1 parent ff9fd22 commit 4e48b25Copy full SHA for 4e48b25
1 file changed
src/package.json
@@ -20,6 +20,7 @@
20
"watch": "node ./tools/generate/chapter_watcher",
21
"ebooks": "node ./tools/generate/generate_ebook_pdfs",
22
"deploy": "./tools/scripts/deploy.sh",
23
+ "dev": "source .venv/bin/activate && npm run start",
24
"lint": "run-script-os",
25
"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",
26
"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