Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Add an npm run svgo command
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Jan 17, 2018
1 parent 9d38cbf commit b8fe1a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"test:server": "make .venv && cd test/server && ../../.venv/bin/pytest -m 'not slow'",
"make_versions_exact": "node bin/build-scripts/make_versions_exact.js",
"update_outdated": "david update && npm run make_versions_exact && npm update && npm outdated",
"fill_database": "make .venv && ./.venv/bin/python ./bin/load_test_exercise.py -q --little-image --create=50 --read-shot=0 --read-my-shots=0 --search=0 --new-account http://localhost:10080"
"fill_database": "make .venv && ./.venv/bin/python ./bin/load_test_exercise.py -q --little-image --create=50 --read-shot=0 --read-my-shots=0 --search=0 --new-account http://localhost:10080",
"svgo": "for filename in $(find addon static -name '*.svg') ; do svgo -i $filename ; done"
}
}

0 comments on commit b8fe1a6

Please sign in to comment.