Skip to content
Snippets Groups Projects
Unverified Commit e0934846 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

remove app:start

parent 988f7798
No related branches found
No related tags found
No related merge requests found
namespace :app do
desc 'Start server'
task :start do
sh 'yarn'
sh 'rails tmp:cache:clear'
sh 'bin/dev'
end
desc 'Fix things'
task fix: :environment do
Migrations::MenuUrl.migrate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment