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 = [ ...@@ -16,6 +16,7 @@ args = [
"purgecss.config.js", "purgecss.config.js",
"-c", "-c",
] ]
dependencies = ["install"]
[tasks.format] [tasks.format]
command = "yarn" command = "yarn"
...@@ -27,6 +28,7 @@ args = [ ...@@ -27,6 +28,7 @@ args = [
"purgecss.config.js", "purgecss.config.js",
"-w", "-w",
] ]
dependencies = ["install"]
[tasks.build] [tasks.build]
dependencies = [ dependencies = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment