Skip to content

Commit 1d0cd4c

Browse files
fix: fix ci runs
1 parent 9390447 commit 1d0cd4c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
"output": [
172172
"test/tmp"
173173
],
174+
"clean": "if-file-deleted",
174175
"dependencies": [
175176
"compile"
176177
]
@@ -213,8 +214,10 @@
213214
"output": [
214215
"test/tmp-md"
215216
],
217+
"clean": "if-file-deleted",
218+
"cache": false,
216219
"dependencies": [
217-
"compile"
220+
"test:command-reference"
218221
]
219222
}
220223
}

0 commit comments

Comments
 (0)