File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed 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