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.
1 parent f17a4f2 commit ba81176Copy full SHA for ba81176
package.json
@@ -75,7 +75,7 @@
75
"start": "source env/bin/activate || . env/bin/activate && python run.py",
76
"start:test": "npm run build && source env/bin/activate || . env/bin/activate && python run.py -t",
77
"virtualenv": "pip2 install virtualenv && virtualenv -p python2.7 env && source env/bin/activate || . env/bin/activate && npm run pip",
78
- "pip": "pip2 install -r config/requirements.txt",
+ "pip": "pip2 install -r config/dev-requirements.txt",
79
"config": "cp config/secrets.py.example config/secrets.py",
80
"project-update": "pip2 install --upgrade pip && npm update",
81
"precommit": "lint-staged",
0 commit comments