Skip to content

Commit

Permalink
Merge pull request #1494 from /issues/1485/1
Browse files Browse the repository at this point in the history
Fixes #1485 - removed missing backend-install script call
  • Loading branch information
Mike Taylor authored Apr 10, 2017
2 parents 8f88481 + 421d476 commit e8a2adc
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 @@ -57,7 +57,7 @@
"virtualenv": "pip install virtualenv && virtualenv env && source env/bin/activate || . env/bin/activate && npm run pip",
"pip": "pip install -r config/requirements.txt",
"config": "cp config/secrets.py.example config/secrets.py",
"project-update": "pip install --upgrade pip && npm run backend-install && npm update"
"project-update": "pip install --upgrade pip && npm update"
},
"license": "MPL-2.0"
}

0 comments on commit e8a2adc

Please sign in to comment.