Added a makefile for easier chaining of steps and prettier step so the html file does go bonkers
parent
e2549e51cc
commit
e5859000e9
|
@ -0,0 +1,12 @@
|
|||
[tasks.create]
|
||||
dependencies = ["run", "format"]
|
||||
|
||||
[tasks.format]
|
||||
private = true
|
||||
command = "prettier"
|
||||
args = ["-w", "index.html"]
|
||||
|
||||
[tasks.run]
|
||||
private = true
|
||||
command = "cargo"
|
||||
args = ["run"]
|
23685
index.html
23685
index.html
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue