Skip to content

Commit 44e64db

Browse files
committed
Issue #1838 - Adjusts package.json which is used by circleci
1 parent d6325f4 commit 44e64db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"start": "source env/bin/activate || . env/bin/activate && python run.py",
7676
"start:test": "npm run build && source env/bin/activate || . env/bin/activate && python run.py -t",
7777
"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",
78+
"pip": "pip2 install -r config/requirements-dev.txt",
7979
"config": "cp config/secrets.py.example config/secrets.py",
8080
"project-update": "pip2 install --upgrade pip && npm update",
8181
"precommit": "lint-staged",

0 commit comments

Comments
 (0)