File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ cd webcompat.com
247
247
# check out submodules
248
248
npm run module
249
249
# initializing project
250
- [sudo] npm run init
250
+ [sudo] npm run setup
251
251
```
252
252
253
253
**Note**: if you got an error message, you may need to [install pip](#installing-pip) before running `make install` again.
Original file line number Diff line number Diff line change 40
40
"suitcss-utils-display" : " ^0.4.0"
41
41
},
42
42
"scripts" : {
43
- "init " : " npm run module && npm run virtualenv && npm run pip && npm install && npm run config" ,
43
+ "setup " : " npm run module && npm run virtualenv && npm install && npm run config" ,
44
44
"watch" : " grunt watch" ,
45
45
"build" : " grunt" ,
46
46
"module" : " git submodule init && git submodule update" ,
47
47
"start" : " source env/bin/activate && python run.py" ,
48
- "virtualenv" : " pip install virtualenv && virtualenv env && source env/bin/activate" ,
48
+ "virtualenv" : " pip install virtualenv && virtualenv env && source env/bin/activate && npm run pip " ,
49
49
"pip" : " pip install -r config/requirements.txt" ,
50
50
"config" : " cp config/secrets.py.example config/secrets.py" ,
51
51
"project-update" : " pip install --upgrade pip && npm run backend-install && npm update"
You can’t perform that action at this time.
0 commit comments