Skip to content

Commit

Permalink
Add npm run dev command (#3574)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Feb 18, 2024
1 parent ff9fd22 commit 4e48b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4e48b25

Please sign in to comment.