mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
chore: Add example test
This commit is contained in:
parent
a2491aa512
commit
b469558a21
1 changed files with 8 additions and 4 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# desc "Explaining what the task does"
|
||||
# task :dashboard do
|
||||
# # Task goes here
|
||||
# end
|
||||
namespace :dashboard do
|
||||
desc "Explaining what the task does"
|
||||
task :example do
|
||||
# Task goes here
|
||||
puts "compiling css"
|
||||
`yarn build:css`
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue