Skip to content

Commit

Permalink
npm run stats uses venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdbnntt committed Feb 12, 2017
1 parent 0dcfc1e commit a2b6b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"main": "",
"scripts": {
"stats": "python3.5 manage.py runscript print_totals > scripts/data/stats.txt --traceback",
"stats": "./venv/bin/python3.5 manage.py runscript print_totals > scripts/data/stats.txt --traceback",
"gulp-bower": "gulp bower",
"gulp-build": "gulp build",
"gulp-html-watch": "gulp html:watch",
Expand Down

0 comments on commit a2b6b0e

Please sign in to comment.