Commit 3a7dd0118dbb2abf84cae4741da68a9920b46dc7
1 parent
ad468569
Exists in
master
and in
1 other branch
force clearance views to overwrite on script/generate
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/create_project
@@ -104,7 +104,7 @@ run("sudo chmod 0666 log/cucumber.log") | @@ -104,7 +104,7 @@ run("sudo chmod 0666 log/cucumber.log") | ||
104 | 104 | ||
105 | run("script/generate clearance") | 105 | run("script/generate clearance") |
106 | run("script/generate clearance_features") | 106 | run("script/generate clearance_features") |
107 | -run("script/generate clearance_views") | 107 | +run("script/generate clearance_views -f") |
108 | run("git add .") | 108 | run("git add .") |
109 | run("git commit -m 'installed clearance'") | 109 | run("git commit -m 'installed clearance'") |
110 | 110 |