forked from mirrors/bookwyrm
Merge pull request #1955 from bookwyrm-social/dev-tools-tweaks
Updates dev tools
This commit is contained in:
commit
cd65cfafce
2 changed files with 2 additions and 2 deletions
2
bw-dev
2
bw-dev
|
@ -101,7 +101,7 @@ case "$CMD" in
|
||||||
docker-compose restart celery_worker
|
docker-compose restart celery_worker
|
||||||
;;
|
;;
|
||||||
pytest)
|
pytest)
|
||||||
runweb --no-deps pytest --no-cov-on-fail "$@"
|
runweb pytest --no-cov-on-fail "$@"
|
||||||
;;
|
;;
|
||||||
collectstatic)
|
collectstatic)
|
||||||
runweb python manage.py collectstatic --no-input
|
runweb python manage.py collectstatic --no-input
|
||||||
|
|
|
@ -10,5 +10,5 @@ RUN pip install -r requirements.txt
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl
|
RUN apt-get update && apt-get install -y curl
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||||
RUN apt-get install -y nodejs
|
RUN apt-get install -y nodejs && apt-get clean
|
||||||
RUN npm install .
|
RUN npm install .
|
||||||
|
|
Loading…
Reference in a new issue