Skip to content
Snippets Groups Projects
Commit 184e97e0 authored by Cobalt's avatar Cobalt :speech_balloon:
Browse files

add install as dependency for lint task

parent a8c7b98c
Branches
No related tags found
No related merge requests found
Pipeline #405 failed
......@@ -16,6 +16,7 @@ args = [
"purgecss.config.js",
"-c",
]
dependencies = ["install"]
[tasks.format]
command = "yarn"
......@@ -27,6 +28,7 @@ args = [
"purgecss.config.js",
"-w",
]
dependencies = ["install"]
[tasks.build]
dependencies = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment